|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RecordContainer | |
---|---|
org.apache.poi.hslf.record | |
org.apache.poi.hslf.usermodel |
Uses of RecordContainer in org.apache.poi.hslf.record |
---|
Subclasses of RecordContainer in org.apache.poi.hslf.record | |
---|---|
class |
AnimationInfo
A container record that specifies information about animation information for a shape. |
class |
BinaryTagDataBlob
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. |
class |
Comment2000
This class represents a comment on a slide, in the format used by PPT 2000/XP/etc. |
class |
DocInfoListContainer
A container record that specifies information about the document and document display settings. |
class |
Document
Master container for Document. |
class |
DummyPositionSensitiveRecordWithChildren
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. |
class |
DummyRecordWithChildren
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. |
class |
Environment
Environment, which contains lots of settings for the document. |
class |
EscherTextboxWrapper
A wrapper around a DDF (Escher) EscherTextbox Record. |
class |
ExAviMovie
A container record that specifies information about a movie stored externally. |
class |
ExControl
A container record that specifies information about an ActiveX control. |
class |
ExEmbed
This data represents an embedded object in the document. |
class |
ExHyperlink
This class represents the data of a link in the document. |
class |
ExMCIMovie
A container record that specifies information about a movie stored externally. |
class |
ExObjList
This class holds the links to exernal objects referenced from the document. |
class |
ExVideoContainer
A container record that specifies information about external video data. |
class |
FontCollection
FontCollection ia a container that holds information
about all the fonts in the presentation. |
class |
HeadersFootersContainer
A container record that specifies information about the footers on a presentation slide. |
class |
InteractiveInfo
This class represents the metadata of a link in a slide/notes/etc. |
class |
MainMaster
Master slide |
class |
Notes
Master container for Notes. |
class |
PositionDependentRecordContainer
A special (and dangerous) kind of Record Container, for which other Atoms care about where this one lives on disk. |
class |
SheetContainer
The superclass of all sheet container records - Slide, Notes, MainMaster, etc. |
class |
Slide
Master container for Slides. |
class |
SlideListWithText
These are tricky beasts. |
class |
Sound
A container holding information about a sound. |
class |
SoundCollection
Is a container for all sound related atoms and containers. |
class |
VBAInfoContainer
A container record that specifies VBA information for the document. |
Methods in org.apache.poi.hslf.record that return RecordContainer | |
---|---|
RecordContainer |
ParentAwareRecord.getParentRecord()
|
RecordContainer |
TextHeaderAtom.getParentRecord()
|
Methods in org.apache.poi.hslf.record with parameters of type RecordContainer | |
---|---|
static void |
RecordContainer.handleParentAwareRecords(RecordContainer br)
Find the records that are parent-aware, and tell them who their parent is |
void |
ParentAwareRecord.setParentRecord(RecordContainer parentRecord)
|
void |
TextHeaderAtom.setParentRecord(RecordContainer record)
|
Uses of RecordContainer in org.apache.poi.hslf.usermodel |
---|
Methods in org.apache.poi.hslf.usermodel with parameters of type RecordContainer | |
---|---|
protected int |
HSLFSlideShow.addToObjListAtom(RecordContainer exObj)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |