Uses of Class
org.apache.poi.hslf.record.SlideListWithText.SlideAtomsSet
Packages that use SlideListWithText.SlideAtomsSet
-
Uses of SlideListWithText.SlideAtomsSet in org.apache.poi.hslf.record
Methods in org.apache.poi.hslf.record that return SlideListWithText.SlideAtomsSetModifier and TypeMethodDescriptionSlideListWithText.getSlideAtomsSets()
Get access to the SlideAtomsSets of the children of this recordMethods in org.apache.poi.hslf.record with parameters of type SlideListWithText.SlideAtomsSetModifier and TypeMethodDescriptionvoid
SlideListWithText.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.SlideAtomsSetModifier and TypeMethodDescriptionprotected SlideListWithText.SlideAtomsSet
HSLFSlide.getSlideAtomsSet()
Constructors in org.apache.poi.hslf.usermodel with parameters of type SlideListWithText.SlideAtomsSetModifierConstructorDescriptionHSLFSlide
(Slide slide, HSLFNotes notes, SlideListWithText.SlideAtomsSet atomSet, int slideIdentifier, int slideNumber) Constructs a Slide from the Slide record, and the SlideAtomsSet containing the text.