Uses of Class
org.apache.poi.hslf.record.SlideListWithText
Packages that use SlideListWithText
-
Uses of SlideListWithText in org.apache.poi.hslf.record
Methods in org.apache.poi.hslf.record that return SlideListWithTextModifier and TypeMethodDescriptionDocument.getMasterSlideListWithText()
Returns the SlideListWithText that deals with the Master SlidesDocument.getNotesSlideListWithText()
Returns the SlideListWithText that deals with the notes, or null if there isn't oneDocument.getSlideListWithTexts()
Returns all the SlideListWithTexts that are defined for this Document.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 SlideListWithTextModifier and TypeMethodDescriptionvoid
Document.addSlideListWithText
(SlideListWithText slwt) Adds a new SlideListWithText record, at the appropriate point in the child records.void
Document.removeSlideListWithText
(SlideListWithText slwt)