Uses of Class
org.apache.poi.hslf.record.SlidePersistAtom
-
Packages that use SlidePersistAtom Package Description org.apache.poi.hslf.record -
-
Uses of SlidePersistAtom in org.apache.poi.hslf.record
Methods in org.apache.poi.hslf.record that return SlidePersistAtom Modifier and Type Method Description SlidePersistAtomSlideListWithText.SlideAtomsSet. getSlidePersistAtom()Get the SlidePersistAtom, which gives details on the Slide this text is associated withMethods in org.apache.poi.hslf.record with parameters of type SlidePersistAtom Modifier and Type Method Description voidSlideListWithText. addSlidePersistAtom(SlidePersistAtom spa)Add a new SlidePersistAtom, to the end of the current list, and update the internal list of SlidePersistAtomsConstructors in org.apache.poi.hslf.record with parameters of type SlidePersistAtom Constructor Description SlideAtomsSet(SlidePersistAtom s, Record[] r)Create one to hold the Records for one Slide's text
-