|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.hslf.record.SlideListWithText.SlideAtomsSet
public static class SlideListWithText.SlideAtomsSet
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 | |
---|---|
SlideListWithText.SlideAtomsSet(SlidePersistAtom s,
Record[] r)
Create one to hold the Records for one Slide's text |
Method Summary | |
---|---|
SlidePersistAtom |
getSlidePersistAtom()
Get the SlidePersistAtom, which gives details on the Slide this text is associated with |
Record[] |
getSlideRecords()
Get the Text related records for this slide |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SlideListWithText.SlideAtomsSet(SlidePersistAtom s, Record[] r)
Method Detail |
---|
public SlidePersistAtom getSlidePersistAtom()
public Record[] getSlideRecords()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |