| 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,
String password) |
XMLSlideShow |
XSLFSlideShowFactory.create(File file,
String password,
boolean readOnly)
Creates the XMLSlideShow from the given File, which must exist and be readable.
|
XMLSlideShow |
XSLFSlideShowFactory.create(InputStream stream)
Creates a XMLSlideShow from the given InputStream
|
XMLSlideShow |
XSLFSlideShowFactory.create(InputStream inp,
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,
InputStream fontStream)
Adds or updates a (MTX-) font
|
static 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,
String typeface) |