Uses of Class
org.apache.poi.hslf.record.RecordContainer
Packages that use RecordContainer
-
Uses of RecordContainer in org.apache.poi.hslf.record
Subclasses of RecordContainer in org.apache.poi.hslf.recordModifier and TypeClassDescriptionfinal classA container record that specifies information about animation information for a shape.final classIf we come across a record we know has children of (potential) interest, but where the record itself is boring, but where other records may care about where this one lives, we create one of these.final classThis class represents a comment on a slide, in the format used by PPT 2000/XP/etc.final classA container record that specifies information about the document and document display settings.final classMaster container for Document.final classIf we come across a record we know has children of (potential) interest, but where the record itself is boring, but where other records may care about where this one lives, we create one of these.final classIf we come across a record we know has children of (potential) interest, but where the record itself is boring, we create one of these.final classEnvironment, which contains lots of settings for the document.final classA wrapper around a DDF (Escher) EscherTextbox Record.final classA container record that specifies information about a movie stored externally.final classA container record that specifies information about an ActiveX control.classThis data represents an embedded object in the document.classThis class represents the data of a link in the document.classA container record that specifies information about a movie stored externally.classThis class holds the links to exernal objects referenced from the document.final classA container record that specifies information about external video data.final classFontCollectionia a container that holds information about all the fonts in the presentation.final classA container record that specifies information about the footers on a presentation slide.classThis class represents the metadata of a link in a slide/notes/etc.final classMaster slidefinal classMaster container for Notes.classA special (and dangerous) kind of Record Container, for which other Atoms care about where this one lives on disk.classThe superclass of all sheet container records - Slide, Notes, MainMaster, etc.final classMaster container for Slides.final classThese are tricky beasts.final classA container holding information about a sound.final classIs a container for all sound related atoms and containers.final classA container record that specifies VBA information for the document.Methods in org.apache.poi.hslf.record that return RecordContainerModifier and TypeMethodDescriptionParentAwareRecord.getParentRecord()TextHeaderAtom.getParentRecord()Methods in org.apache.poi.hslf.record with parameters of type RecordContainerModifier and TypeMethodDescriptionstatic voidRecordContainer.handleParentAwareRecords(RecordContainer br) Find the records that are parent-aware, and tell them who their parent isvoidParentAwareRecord.setParentRecord(RecordContainer parentRecord) voidTextHeaderAtom.setParentRecord(RecordContainer record)