Uses of Package
org.apache.poi.hslf.record

Packages that use org.apache.poi.hslf.record
org.apache.poi.hslf   
org.apache.poi.hslf.dev   
org.apache.poi.hslf.model   
org.apache.poi.hslf.record   
org.apache.poi.hslf.usermodel   
 

Classes in org.apache.poi.hslf.record used by org.apache.poi.hslf
CurrentUserAtom
          This is a special kind of Atom, becauase it doesn't live inside the PowerPoint document.
DocumentEncryptionAtom
          A Document Encryption Atom (type 12052).
Record
          This abstract class represents a record in the PowerPoint document.
 

Classes in org.apache.poi.hslf.record used by org.apache.poi.hslf.dev
Record
          This abstract class represents a record in the PowerPoint document.
StyleTextPropAtom
          A StyleTextPropAtom (type 4001).
 

Classes in org.apache.poi.hslf.record used by org.apache.poi.hslf.model
ColorSchemeAtom
          A ColorSchemeAtom (type 2032).
EscherTextboxWrapper
          A wrapper around a DDF (Escher) EscherTextbox Record.
ExEmbed
          This data represents an embedded object in the document.
FontEntityAtom
          This atom corresponds exactly to a Windows Logical Font (LOGFONT) structure.
MainMaster
          Master slide
Notes
          Master container for Notes.
OEPlaceholderAtom
          OEPlaceholderAtom (3011).
PPDrawing
          These are actually wrappers onto Escher drawings.
Record
          This abstract class represents a record in the PowerPoint document.
SheetContainer
          The superclass of all sheet container records - Slide, Notes, MainMaster, etc.
Slide
          Master container for Slides.
SlideListWithText.SlideAtomsSet
          Inner class to wrap up a matching set of records that hold the text for a given sheet.
StyleTextPropAtom
          A StyleTextPropAtom (type 4001).
TextBytesAtom
          A TextBytesAtom (type 4008).
TextCharsAtom
          A TextCharsAtom (type 4000).
TextHeaderAtom
          A TextHeaderAtom (type 3999).
TextRulerAtom
          Ruler of a text as it differs from the style's ruler settings.
 

Classes in org.apache.poi.hslf.record used by org.apache.poi.hslf.record
ColorSchemeAtom
          A ColorSchemeAtom (type 2032).
Comment2000Atom
          An atomic record containing information about a comment.
DocumentAtom
          A Document Atom (type 1001).
Environment
          Environment, which contains lots of settings for the document.
EscherTextboxWrapper
          A wrapper around a DDF (Escher) EscherTextbox Record.
ExControlAtom
          Contains a long integer, slideID, which stores the unique slide identifier of the slide where this control resides.
ExEmbed
          This data represents an embedded object in the document.
ExEmbedAtom
          The atom that holds metadata on a specific embedded object in the document.
ExHyperlink
          This class represents the data of a link in the document.
ExHyperlinkAtom
          Tne atom that holds metadata on a specific Link in the document.
ExObjList
          This class holds the links to exernal objects referenced from the document.
ExObjListAtom
          Tne atom that holds the seed info used by a ExObjList
ExOleObjAtom
          Atom storing information for an OLE object.
FontCollection
          FontCollection ia a container that holds information about all the fonts in the presentation.
InteractiveInfoAtom
          Tne atom that holds metadata on Links in the document.
NotesAtom
          A Notes Atom (type 1009).
ParentAwareRecord
          Interface to define how a record can indicate it cares about what its parent is, and how it wants to be told which record is its parent.
PersistRecord
          A record that can be referenced in PersistPtr storage.
PositionDependentRecord
          Records which either care about where they are on disk, or have other records who care about where they are, will implement this interface.
PositionDependentRecordAtom
          A special (and dangerous) kind of Record Atom that cares about where it lives on the disk, or who has other Atoms that care about where this is on the disk.
PositionDependentRecordContainer
          A special (and dangerous) kind of Record Container, for which other Atoms care about where this one lives on disk.
PPDrawing
          These are actually wrappers onto Escher drawings.
PPDrawingGroup
          Container records which always exists inside Document.
Record
          This abstract class represents a record in the PowerPoint document.
RecordAtom
          Abstract class which all atom records will extend.
RecordContainer
          Abstract class which all container records will extend.
RecordTypes.Type
          Wrapper for the details of a PowerPoint or Escher record type.
SheetContainer
          The superclass of all sheet container records - Slide, Notes, MainMaster, etc.
SlideAtom
          A Slide Atom (type 1007).
SlideAtom.SSlideLayoutAtom
          Holds the geometry of the Slide, and the ID of the placeholders on the slide.
SlideListWithText
          These are tricky beasts.
SlideListWithText.SlideAtomsSet
          Inner class to wrap up a matching set of records that hold the text for a given sheet.
SlidePersistAtom
          A SlidePersist Atom (type 1011).
TextSpecInfoAtom.TextSpecInfoRun
           
TxMasterStyleAtom
          TxMasterStyleAtom atom (4003).
 

Classes in org.apache.poi.hslf.record used by org.apache.poi.hslf.usermodel
Document
          Master container for Document.
ExOleObjStg
          Storage for embedded OLE objects.
FontCollection
          FontCollection ia a container that holds information about all the fonts in the presentation.
Record
          This abstract class represents a record in the PowerPoint document.
Sound
          A container holding information about a sound.
 



Copyright 2008 The Apache Software Foundation or its licensors, as applicable.