Uses of Class
org.apache.poi.xslf.usermodel.XMLSlideShow
-
Packages that use XMLSlideShow Package Description org.apache.poi.xslf.extractor org.apache.poi.xslf.usermodel -
-
Uses of XMLSlideShow in org.apache.poi.xslf.extractor
Constructors in org.apache.poi.xslf.extractor with parameters of type XMLSlideShow Constructor Description XSLFPowerPointExtractor(XMLSlideShow slideShow)
Deprecated. -
Uses of XMLSlideShow in org.apache.poi.xslf.usermodel
Methods in org.apache.poi.xslf.usermodel that return XMLSlideShow Modifier and Type Method Description static XMLSlideShow
XSLFSlideShowFactory. create(OPCPackage pkg)
Creates a XMLSlideShow from the given OOXML Package.static XMLSlideShow
XSLFSlideShowFactory. createSlideShow(java.io.File file, boolean readOnly)
Creates the XMLSlideShow from the given File, which must exist and be readable.static XMLSlideShow
XSLFSlideShowFactory. createSlideShow(java.io.InputStream stream)
Creates a XMLSlideShow from the given InputStreamstatic XMLSlideShow
XSLFSlideShowFactory. createSlideShow(OPCPackage pkg)
Creates a XMLSlideShow from the given OOXML PackageXMLSlideShow
XSLFSheet. getSlideShow()
-