Package org.apache.poi.hslf.record
Class SlideListWithText.SlideAtomsSet
java.lang.Object
org.apache.poi.hslf.record.SlideListWithText.SlideAtomsSet
- Enclosing class:
- SlideListWithText
Inner class to wrap up a matching set of records that hold the
text for a given sheet. Contains the leading SlidePersistAtom,
and all of the records until the next SlidePersistAtom. This
includes sets of TextHeaderAtom and TextBytesAtom/TextCharsAtom,
along with some others.
-
Constructor Summary
ConstructorsConstructorDescriptionSlideAtomsSet
(SlidePersistAtom s, Record[] r) Create one to hold the Records for one Slide's text -
Method Summary
Modifier and TypeMethodDescriptionGet the SlidePersistAtom, which gives details on the Slide this text is associated withRecord[]
Get the Text related records for this slide
-
Constructor Details
-
SlideAtomsSet
Create one to hold the Records for one Slide's text
-
-
Method Details
-
getSlidePersistAtom
Get the SlidePersistAtom, which gives details on the Slide this text is associated with -
getSlideRecords
Get the Text related records for this slide
-