Uses of Interface
org.apache.poi.sl.usermodel.SlideShow

Packages that use SlideShow
org.apache.poi.sl.usermodel   
org.apache.poi.xslf.usermodel   
 

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

Methods in org.apache.poi.sl.usermodel that return SlideShow
 SlideShow Sheet.getSlideShow()
           
 

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

Classes in org.apache.poi.xslf.usermodel that implement SlideShow
 class XMLSlideShow
          High level representation of a ooxml slideshow.
 

Methods in org.apache.poi.xslf.usermodel that return SlideShow
 SlideShow XSLFSheet.getSlideShow()
           
 

Constructors in org.apache.poi.xslf.usermodel with parameters of type SlideShow
XSLFSheet(SlideShow parent)
           
XSLFSlide(org.openxmlformats.schemas.presentationml.x2006.main.CTSlide slide, org.openxmlformats.schemas.presentationml.x2006.main.CTSlideIdListEntry slideId, SlideShow parent)
           
 



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