Uses of Interface
org.apache.poi.sl.usermodel.SlideShow
Packages that use SlideShow
Package
Description
-
Uses of SlideShow in org.apache.poi.hslf.usermodel
Classes in org.apache.poi.hslf.usermodel that implement SlideShowModifier and TypeClassDescriptionfinal class
This class is a friendly wrapper on top of the more scary HSLFSlideShow. -
Uses of SlideShow in org.apache.poi.sl.extractor
Constructors in org.apache.poi.sl.extractor with parameters of type SlideShow -
Uses of SlideShow in org.apache.poi.sl.usermodel
Methods in org.apache.poi.sl.usermodel that return SlideShowModifier and TypeMethodDescriptionstatic <S extends Shape<S,
P>, P extends TextParagraph<S, P, ? extends TextRun>>
SlideShow<S,P> Creates the appropriate HSLFSlideShow / XMLSlideShow from the given File, which must exist and be readable.static <S extends Shape<S,
P>, P extends TextParagraph<S, P, ? extends TextRun>>
SlideShow<S,P> Creates the appropriate HSLFSlideShow / XMLSlideShow from the given File, which must exist and be readable, and may be password protectedstatic <S extends Shape<S,
P>, P extends TextParagraph<S, P, ? extends TextRun>>
SlideShow<S,P> Creates the appropriate HSLFSlideShow / XMLSlideShow from the given File, which must exist and be readable, and may be password protectedstatic <S extends Shape<S,
P>, P extends TextParagraph<S, P, ? extends TextRun>>
SlideShow<S,P> SlideShowFactory.create
(InputStream inp) Creates the appropriate HSLFSlideShow / XMLSlideShow from the given InputStream.static <S extends Shape<S,
P>, P extends TextParagraph<S, P, ? extends TextRun>>
SlideShow<S,P> SlideShowFactory.create
(InputStream inp, String password) Creates the appropriate HSLFSlideShow / XMLSlideShow from the given InputStream, which may be password protected.static <S extends Shape<S,
P>, P extends TextParagraph<S, P, ? extends TextRun>>
SlideShow<S,P> SlideShowFactory.create
(DirectoryNode root) Creates a SlideShow from the given NPOIFSFileSystem.static <S extends Shape<S,
P>, P extends TextParagraph<S, P, ? extends TextRun>>
SlideShow<S,P> SlideShowFactory.create
(DirectoryNode root, String password) Creates a SlideShow from the given NPOIFSFileSystem, which may be password protectedstatic <S extends Shape<S,
P>, P extends TextParagraph<S, P, ? extends TextRun>>
SlideShow<S,P> SlideShowFactory.create
(POIFSFileSystem fs) Creates a SlideShow from the given NPOIFSFileSystem.static <S extends Shape<S,
P>, P extends TextParagraph<S, P, ? extends TextRun>>
SlideShow<S,P> SlideShowFactory.create
(POIFSFileSystem fs, String password) Creates a SlideShow from the given NPOIFSFileSystem, which may be password protectedSheet.getSlideShow()
-
Uses of SlideShow in org.apache.poi.xslf.usermodel
Classes in org.apache.poi.xslf.usermodel that implement SlideShowModifier and TypeClassDescriptionclass
High level representation of a ooxml slideshow.