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 XMLSlideShowXSLFSlideShowFactory.create(OPCPackage pkg) Creates a XMLSlideShow from the given OOXML Package.static XMLSlideShowXSLFSlideShowFactory.createSlideShow(File file, boolean readOnly) Creates the XMLSlideShow from the given File, which must exist and be readable.static XMLSlideShowXSLFSlideShowFactory.createSlideShow(InputStream stream) Creates a XMLSlideShow from the given InputStreamstatic XMLSlideShowXSLFSlideShowFactory.createSlideShow(OPCPackage pkg) Creates a XMLSlideShow from the given OOXML PackageXSLFSheet.getSlideShow()