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(java.io.InputStream fontData) |
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
|
HSLFFontInfo |
FontCollection.getFontInfo(java.lang.String typeface,
FontCharset charset)
Lookup a FontInfo object by its typeface
|
Modifier and Type | Method and Description |
---|---|
java.util.List<HSLFFontInfo> |
FontCollection.getFonts() |
Modifier and Type | Method and Description |
---|---|
HSLFFontInfo |
HSLFSlideShow.addFont(FontInfo fontInfo)
Add a font in this presentation
|
HSLFFontInfo |
HSLFSlideShow.addFont(java.io.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 |
---|---|
java.util.List<HSLFFontInfo> |
HSLFSlideShow.getFonts() |
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.