Uses of Class
org.apache.poi.hslf.record.SlideListWithText

Packages that use SlideListWithText
org.apache.poi.hslf.record   
 

Uses of SlideListWithText in org.apache.poi.hslf.record
 

Methods in org.apache.poi.hslf.record that return SlideListWithText
 SlideListWithText Document.getMasterSlideListWithText()
          Returns the SlideListWithText that deals with the Master Slides
 SlideListWithText Document.getNotesSlideListWithText()
          Returns the SlideListWithText that deals with the notes, or null if there isn't one
 SlideListWithText[] 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 one
 

Methods in org.apache.poi.hslf.record with parameters of type SlideListWithText
 void Document.addSlideListWithText(SlideListWithText slwt)
          Adds a new SlideListWithText record, at the appropriate point in the child records.
 void Document.removeSlideListWithText(SlideListWithText slwt)
           
 



Copyright 2012 The Apache Software Foundation or its licensors, as applicable.