Uses of Class
org.apache.poi.xslf.usermodel.XMLSlideShow
Packages that use XMLSlideShow
-
Uses of XMLSlideShow in org.apache.poi.xslf.extractor
Constructors in org.apache.poi.xslf.extractor with parameters of type XMLSlideShow -
Uses of XMLSlideShow in org.apache.poi.xslf.usermodel
Methods in org.apache.poi.xslf.usermodel that return XMLSlideShowModifier and TypeMethodDescriptionstatic XMLSlideShow
XSLFSlideShowFactory.create
(OPCPackage pkg) Creates a XMLSlideShow from the given OOXML Package.static XMLSlideShow
XSLFSlideShowFactory.createSlideShow
(File file, boolean readOnly) Creates the XMLSlideShow from the given File, which must exist and be readable.static XMLSlideShow
XSLFSlideShowFactory.createSlideShow
(InputStream stream) Creates a XMLSlideShow from the given InputStreamstatic XMLSlideShow
XSLFSlideShowFactory.createSlideShow
(OPCPackage pkg) Creates a XMLSlideShow from the given OOXML PackageXSLFSheet.getSlideShow()