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 SlideListWithText
Document. getMasterSlideListWithText()
Returns the SlideListWithText that deals with the Master SlidesSlideListWithText
Document. 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.SlideListWithText
Document. 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 void
Document. addSlideListWithText(SlideListWithText slwt)
Adds a new SlideListWithText record, at the appropriate point in the child records.void
Document. removeSlideListWithText(SlideListWithText slwt)
-