Uses of Class
org.apache.poi.hslf.record.SlideListWithText.SlideAtomsSet
-
Packages that use SlideListWithText.SlideAtomsSet Package Description org.apache.poi.hslf.record org.apache.poi.hslf.usermodel -
-
Uses of SlideListWithText.SlideAtomsSet in org.apache.poi.hslf.record
Methods in org.apache.poi.hslf.record that return SlideListWithText.SlideAtomsSet Modifier and Type Method Description SlideListWithText.SlideAtomsSet[]SlideListWithText. getSlideAtomsSets()Get access to the SlideAtomsSets of the children of this recordMethods in org.apache.poi.hslf.record with parameters of type SlideListWithText.SlideAtomsSet Modifier and Type Method Description voidSlideListWithText. setSlideAtomsSets(SlideListWithText.SlideAtomsSet[] sas)Get access to the SlideAtomsSets of the children of this record -
Uses of SlideListWithText.SlideAtomsSet in org.apache.poi.hslf.usermodel
Methods in org.apache.poi.hslf.usermodel that return SlideListWithText.SlideAtomsSet Modifier and Type Method Description SlideListWithText.SlideAtomsSetHSLFSlide. getSlideAtomsSet()Methods in org.apache.poi.hslf.usermodel with parameters of type SlideListWithText.SlideAtomsSet Modifier and Type Method Description RecordHSLFSlideShow. getCoreRecordForSAS(SlideListWithText.SlideAtomsSet sas)For a given SlideAtomsSet, return the core record, based on the refID from the SlidePersistAtomConstructors in org.apache.poi.hslf.usermodel with parameters of type SlideListWithText.SlideAtomsSet Constructor Description HSLFSlide(Slide slide, HSLFNotes notes, SlideListWithText.SlideAtomsSet atomSet, int slideIdentifier, int slideNumber)Constructs a Slide from the Slide record, and the SlideAtomsSet containing the text.
-