Uses of Class
org.apache.poi.hslf.record.Slide
-
Packages that use Slide Package Description org.apache.poi.hslf.usermodel -
-
Uses of Slide in org.apache.poi.hslf.usermodel
Methods in org.apache.poi.hslf.usermodel that return Slide Modifier and Type Method Description Slide
HSLFSlide. getSlideRecord()
Returns the underlying slide recordConstructors in org.apache.poi.hslf.usermodel with parameters of type Slide 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.HSLFTitleMaster(Slide record, int sheetNo)
Constructs a TitleMaster
-