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.
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.
 

Classes in org.apache.poi.hslf.record used by org.apache.poi.hslf.model
Notes
          Master container for Notes.
PPDrawing
          These are actually wrappers onto Escher drawings.
Record
          This abstract class represents a record in the PowerPoint document.
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.
TextBytesAtom
          A TextBytesAtom (type 4008).
TextCharsAtom
          A TextCharsAtom (type 4000).
TextHeaderAtom
          A TextHeaderAtom (type 3999).
 

Classes in org.apache.poi.hslf.record used by org.apache.poi.hslf.record
EscherTextboxWrapper
          A wrapper around a DDF (Escher) EscherTextbox Record.
NotesAtom
          A Notes Atom (type 1009).
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.
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.
SlideAtom
          A Slide Atom (type 1007).
SlideAtom.SSlideLayoutAtom
          Holds the geometry of the Slide, and the ID of the placeholders on the slide.
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).
 

Classes in org.apache.poi.hslf.record used by org.apache.poi.hslf.usermodel
Record
          This abstract class represents a record in the PowerPoint document.
 



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