| Package | Description |
|---|---|
| org.apache.poi.xslf |
| Modifier and Type | Method and Description |
|---|---|
static XMLSlideShow |
XSLFParser.parse(File file)
Parse the given InputStream and return a new
XMLSlideShow instance. |
static XMLSlideShow |
XSLFParser.parse(InputStream stream)
Parse the given InputStream and return a new
XMLSlideShow instance. |
static XMLSlideShow |
XSLFParser.parse(InputStream stream,
boolean closeStream)
Parse the given InputStream and return a new
XMLSlideShow instance. |
static XMLSlideShow |
XSLFParser.parse(OPCPackage pkg)
Parse the given
OPCPackage and return a new XMLSlideShow instance. |
static XMLSlideShow |
XSLFParser.parse(PackagePart packagePart)
Parse the given
PackagePart and return a new XMLSlideShow instance. |