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 class
A container record that specifies information about animation information for a shape.final class
If 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 class
This class represents a comment on a slide, in the format used by PPT 2000/XP/etc.final class
A container record that specifies information about the document and document display settings.final class
Master container for Document.final class
If 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 class
If 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 class
Environment, which contains lots of settings for the document.final class
A wrapper around a DDF (Escher) EscherTextbox Record.final class
A container record that specifies information about a movie stored externally.final class
A container record that specifies information about an ActiveX control.class
This data represents an embedded object in the document.class
This class represents the data of a link in the document.class
A container record that specifies information about a movie stored externally.class
This class holds the links to exernal objects referenced from the document.final class
A container record that specifies information about external video data.final class
FontCollection
ia a container that holds information about all the fonts in the presentation.final class
A container record that specifies information about the footers on a presentation slide.class
This class represents the metadata of a link in a slide/notes/etc.final class
Master slidefinal class
Master container for Notes.class
A special (and dangerous) kind of Record Container, for which other Atoms care about where this one lives on disk.class
The superclass of all sheet container records - Slide, Notes, MainMaster, etc.final class
Master container for Slides.final class
These are tricky beasts.final class
A container holding information about a sound.final class
Is a container for all sound related atoms and containers.final class
A 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 void
RecordContainer.handleParentAwareRecords
(RecordContainer br) Find the records that are parent-aware, and tell them who their parent isvoid
ParentAwareRecord.setParentRecord
(RecordContainer parentRecord) void
TextHeaderAtom.setParentRecord
(RecordContainer record)