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 Sheet.setSlideShow(SlideShow ss)
          Set the SlideShow we're attached to
 

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 2006 The Apache Software Foundation or its licensors, as applicable.