Uses of Interface
org.apache.poi.sl.usermodel.Slide
-
Packages that use Slide Package Description org.apache.poi.hslf.usermodel org.apache.poi.sl.draw org.apache.poi.sl.extractor 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 Modifier and Type Class Description class
HSLFSlide
This class represents a slide in a PowerPoint Document.Methods in org.apache.poi.hslf.usermodel with parameters of type Slide Modifier and Type Method Description 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 Modifier and Type Method Description DrawSlide
DrawFactory. getDrawable(Slide<?,?> sheet)
Constructors in org.apache.poi.sl.draw with parameters of type Slide Constructor Description DrawSlide(Slide<?,?> slide)
-
Uses of Slide in org.apache.poi.sl.extractor
Methods in org.apache.poi.sl.extractor with parameters of type Slide Modifier and Type Method Description java.lang.String
SlideShowExtractor. getText(Slide<S,P> slide)
-
Uses of Slide in org.apache.poi.sl.usermodel
Methods in org.apache.poi.sl.usermodel that return Slide Modifier and Type Method Description Slide<S,P>
SlideShow. createSlide()
Methods in org.apache.poi.sl.usermodel that return types with arguments of type Slide Modifier and Type Method Description java.util.List<? extends Slide<S,P>>
SlideShow. getSlides()
Methods in org.apache.poi.sl.usermodel with parameters of type Slide Modifier and Type Method Description 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 Modifier and Type Class Description class
XSLFSlide
Methods in org.apache.poi.xslf.usermodel with parameters of type Slide Modifier and Type Method Description void
XSLFHyperlink. linkToSlide(Slide<XSLFShape,XSLFTextParagraph> slide)
-