Package | Description |
---|---|
org.apache.poi.hslf.record | |
org.apache.poi.hslf.usermodel |
Modifier and Type | Method and Description |
---|---|
HSLFFontInfo |
FontCollection.addFont(FontInfo fontInfo)
Add font with the given FontInfo configuration to the font collection.
|
HSLFFontInfo |
FontCollection.getFontInfo(int index)
Lookup a FontInfo object by its internal font index
|
HSLFFontInfo |
FontCollection.getFontInfo(java.lang.String typeface)
Lookup a FontInfo object by its typeface
|
Modifier and Type | Method and Description |
---|---|
HSLFFontInfo |
HSLFSlideShow.addFont(FontInfo fontInfo)
Add a font in this presentation
|
HSLFFontInfo |
HSLFSlideShow.getFont(int idx)
Get a font by index
|
HSLFFontInfo |
HSLFTextRun.getFontInfo(FontGroup fontGroup) |
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.