Uses of Class
org.apache.poi.hslf.record.SlideListWithText
-
Packages that use SlideListWithText Package Description org.apache.poi.hslf.record -
-
Uses of SlideListWithText in org.apache.poi.hslf.record
Methods in org.apache.poi.hslf.record that return SlideListWithText Modifier and Type Method Description SlideListWithTextDocument. getMasterSlideListWithText()Returns the SlideListWithText that deals with the Master SlidesSlideListWithTextDocument. getNotesSlideListWithText()Returns the SlideListWithText that deals with the notes, or null if there isn't oneSlideListWithText[]Document. getSlideListWithTexts()Returns all the SlideListWithTexts that are defined for this Document.SlideListWithTextDocument. getSlideSlideListWithText()Returns the SlideListWithText that deals with the Slides, or null if there isn't oneMethods in org.apache.poi.hslf.record with parameters of type SlideListWithText Modifier and Type Method Description voidDocument. addSlideListWithText(SlideListWithText slwt)Adds a new SlideListWithText record, at the appropriate point in the child records.voidDocument. removeSlideListWithText(SlideListWithText slwt)
-