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

Packages that use Slide
org.apache.poi.hslf.usermodel   
org.apache.poi.sl.draw   
org.apache.poi.sl.usermodel   
org.apache.poi.xslf.usermodel   
 

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

Classes in org.apache.poi.hslf.usermodel that implement Slide
 class HSLFSlide
          This class represents a slide in a PowerPoint Document.
 

Methods in org.apache.poi.hslf.usermodel with parameters of type Slide
 void HSLFHyperlink.linkToSlide(Slide<HSLFShape,HSLFTextParagraph> slide)
           
 

Uses of Slide in org.apache.poi.sl.draw
 

Methods in org.apache.poi.sl.draw with parameters of type Slide
 DrawSlide DrawFactory.getDrawable(Slide<?,?> sheet)
           
 

Constructors in org.apache.poi.sl.draw with parameters of type Slide
DrawSlide(Slide<?,?> slide)
           
 

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

Methods in org.apache.poi.sl.usermodel that return Slide
 Slide<S,P> SlideShow.createSlide()
           
 

Methods in org.apache.poi.sl.usermodel that return types with arguments of type Slide
 java.util.List<? extends Slide<S,P>> SlideShow.getSlides()
           
 

Methods in org.apache.poi.sl.usermodel with parameters of type Slide
 void Hyperlink.linkToSlide(Slide<S,P> slide)
          Link to a slide in this slideshow
 

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

Classes in org.apache.poi.xslf.usermodel that implement Slide
 class XSLFSlide
           
 

Methods in org.apache.poi.xslf.usermodel with parameters of type Slide
 void XSLFHyperlink.linkToSlide(Slide<XSLFShape,XSLFTextParagraph> slide)
           
 



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