Uses of Class
org.apache.poi.hslf.model.Slide

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

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

Methods in org.apache.poi.hslf.model with parameters of type Slide
 void Hyperlink.setAddress(Slide slide)
           
 

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

Methods in org.apache.poi.hslf.usermodel that return Slide
 Slide SlideShow.createSlide()
          Create a blank Slide.
 Slide[] SlideShow.getSlides()
          Returns an array of all the normal Slides found in the slideshow
 Slide SlideShow.removeSlide(int index)
          Removes the slide at the given index (0-based).
 



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