Package | Description |
---|---|
org.apache.poi.xslf.extractor | |
org.apache.poi.xslf.usermodel |
Constructor and Description |
---|
XSLFPowerPointExtractor(XMLSlideShow slideShow)
Deprecated.
|
Modifier and Type | Method and 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 InputStream
|
static XMLSlideShow |
XSLFSlideShowFactory.createSlideShow(OPCPackage pkg)
Creates a XMLSlideShow from the given OOXML Package
|
XMLSlideShow |
XSLFSheet.getSlideShow() |
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.