Package | Description |
---|---|
org.apache.poi.xslf.usermodel |
Modifier and Type | Method and Description |
---|---|
XSLFFontInfo |
XMLSlideShow.addFont(java.io.InputStream fontStream) |
static XSLFFontInfo |
XSLFFontInfo.addFontToSlideShow(XMLSlideShow ppt,
java.io.InputStream fontStream)
Adds or updates a (MTX-) font
|
Modifier and Type | Method and Description |
---|---|
java.util.List<XSLFFontInfo> |
XMLSlideShow.getFonts() |
static java.util.List<XSLFFontInfo> |
XSLFFontInfo.getFonts(XMLSlideShow ppt)
Return all registered fonts
|
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.