Uses of Class
org.apache.poi.xslf.usermodel.XSLFSlide

Packages that use XSLFSlide
org.apache.poi.xslf.usermodel   
 

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

Methods in org.apache.poi.xslf.usermodel that return XSLFSlide
 XSLFSlide XMLSlideShow.createSlide()
           
 XSLFSlide[] XMLSlideShow.getSlides()
          Return all the slides in the slideshow
 XSLFSlide XMLSlideShow.removeSlide(int index)
           
 

Methods in org.apache.poi.xslf.usermodel with parameters of type XSLFSlide
 void XSLFHyperlink.setAddress(XSLFSlide slide)
           
 void XMLSlideShow.setSlideOrder(XSLFSlide slide, int newIndex)
           
 



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