Package | Description |
---|---|
org.apache.poi.xslf.extractor | |
org.apache.poi.xslf.usermodel |
Modifier and Type | Method and Description |
---|---|
XMLSlideShow |
XSLFExtractor.getDocument() |
Constructor and Description |
---|
XSLFExtractor(XMLSlideShow slideshow) |
Modifier and Type | Method and Description |
---|---|
XMLSlideShow |
XSLFSlideShowFactory.create()
Create a new empty SlideShow
|
XMLSlideShow |
XSLFSlideShowFactory.create(DirectoryNode root,
java.lang.String password) |
XMLSlideShow |
XSLFSlideShowFactory.create(java.io.File file,
java.lang.String password,
boolean readOnly)
Creates the XMLSlideShow from the given File, which must exist and be readable.
|
XMLSlideShow |
XSLFSlideShowFactory.create(java.io.InputStream stream)
Creates a XMLSlideShow from the given InputStream
|
XMLSlideShow |
XSLFSlideShowFactory.create(java.io.InputStream inp,
java.lang.String password) |
static XMLSlideShow |
XSLFSlideShowFactory.createSlideShow(OPCPackage pkg)
Creates a XMLSlideShow from the given OOXML Package
|
XMLSlideShow |
XSLFSheet.getSlideShow() |
Modifier and Type | Method and Description |
---|---|
static XSLFFontInfo |
XSLFFontInfo.addFontToSlideShow(XMLSlideShow ppt,
java.io.InputStream fontStream)
Adds or updates a (MTX-) font
|
static java.util.List<XSLFFontInfo> |
XSLFFontInfo.getFonts(XMLSlideShow ppt)
Return all registered fonts
|
Constructor and Description |
---|
XSLFFontInfo(XMLSlideShow ppt,
org.openxmlformats.schemas.presentationml.x2006.main.CTEmbeddedFontListEntry fontListEntry) |
XSLFFontInfo(XMLSlideShow ppt,
java.lang.String typeface) |
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.