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

Packages that use HSLFSlide
org.apache.poi.hslf.usermodel   
 

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

Methods in org.apache.poi.hslf.usermodel that return HSLFSlide
 HSLFSlide HSLFSlideShow.createSlide()
          Create a blank Slide.
 HSLFSlide HSLFSlideShow.removeSlide(int index)
          Removes the slide at the given index (0-based).
 

Methods in org.apache.poi.hslf.usermodel that return types with arguments of type HSLFSlide
 java.util.List<HSLFSlide> HSLFSlideShow.getSlides()
          Returns an array of all the normal Slides found in the slideshow
 

Methods in org.apache.poi.hslf.usermodel with parameters of type HSLFSlide
 void HSLFHyperlink.setAddress(HSLFSlide slide)
           
 



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