Package | Description |
---|---|
org.apache.poi.xslf.usermodel |
Modifier and Type | Method and Description |
---|---|
XSLFFontInfo |
XMLSlideShow.addFont(InputStream fontStream) |
static XSLFFontInfo |
XSLFFontInfo.addFontToSlideShow(XMLSlideShow ppt,
InputStream fontStream)
Adds or updates a (MTX-) font
|
Modifier and Type | Method and Description |
---|---|
List<XSLFFontInfo> |
XMLSlideShow.getFonts() |
static List<XSLFFontInfo> |
XSLFFontInfo.getFonts(XMLSlideShow ppt)
Return all registered fonts
|