Uses of Interface
org.apache.poi.sl.usermodel.Slide
-
Packages that use Slide Package Description org.apache.poi.sl.draw org.apache.poi.sl.extractor org.apache.poi.sl.usermodel -
-
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 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 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
-