| 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.addFont(InputStream fontData) |
HSLFFontInfo |
FontCollection.getFontInfo(int index)
Lookup a FontInfo object by its internal font index
|
HSLFFontInfo |
FontCollection.getFontInfo(String typeface)
Lookup a FontInfo object by its typeface
|
HSLFFontInfo |
FontCollection.getFontInfo(String typeface,
FontCharset charset)
Lookup a FontInfo object by its typeface
|
| Modifier and Type | Method and Description |
|---|---|
List<HSLFFontInfo> |
FontCollection.getFonts() |
| Modifier and Type | Method and Description |
|---|---|
HSLFFontInfo |
HSLFSlideShow.addFont(FontInfo fontInfo)
Add a font in this presentation
|
HSLFFontInfo |
HSLFSlideShow.addFont(InputStream fontData)
Add a font in this presentation and also embed its font data
|
HSLFFontInfo |
HSLFSlideShow.getFont(int idx)
Get a font by index
|
HSLFFontInfo |
HSLFTextRun.getFontInfo(FontGroup fontGroup) |
| Modifier and Type | Method and Description |
|---|---|
List<HSLFFontInfo> |
HSLFSlideShow.getFonts() |