Uses of Class
org.apache.poi.hslf.usermodel.SlideShow

Packages that use SlideShow
org.apache.poi.hslf.model   
org.apache.poi.hslf.usermodel   
 

Uses of SlideShow in org.apache.poi.hslf.model
 

Methods in org.apache.poi.hslf.model that return SlideShow
 SlideShow Sheet.getSlideShow()
          Fetch the SlideShow we're attached to
 

Methods in org.apache.poi.hslf.model with parameters of type SlideShow
 void SlideMaster.setSlideShow(SlideShow ss)
          Assign SlideShow for this slide master.
 void Sheet.setSlideShow(SlideShow ss)
          Set the SlideShow we're attached to.
 void TextRun.supplySlideShow(SlideShow ss)
          Supply the SlideShow we belong to.
 

Constructors in org.apache.poi.hslf.model with parameters of type SlideShow
HeadersFooters(HeadersFootersContainer rec, SlideShow ppt, boolean newRecord, boolean isPpt2007)
           
 

Uses of SlideShow in org.apache.poi.hslf.usermodel
 

Methods in org.apache.poi.hslf.usermodel with parameters of type SlideShow
 void RichTextRun.supplySlideShow(SlideShow ss)
          Supply the SlideShow we belong to
 



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