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() |
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 2020 The Apache Software Foundation or its licensors, as applicable.