Uses of Class
org.apache.poi.hslf.usermodel.HSLFFontInfo
-
Packages that use HSLFFontInfo Package Description org.apache.poi.hslf.record org.apache.poi.hslf.usermodel -
-
Uses of HSLFFontInfo in org.apache.poi.hslf.record
Methods in org.apache.poi.hslf.record that return HSLFFontInfo Modifier and Type Method 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 indexHSLFFontInfo
FontCollection. getFontInfo(java.lang.String typeface)
Lookup a FontInfo object by its typeface -
Uses of HSLFFontInfo in org.apache.poi.hslf.usermodel
Methods in org.apache.poi.hslf.usermodel that return HSLFFontInfo Modifier and Type Method Description HSLFFontInfo
HSLFSlideShow. addFont(FontInfo fontInfo)
Add a font in this presentationHSLFFontInfo
HSLFSlideShow. getFont(int idx)
Get a font by indexHSLFFontInfo
HSLFTextRun. getFontInfo(FontGroup fontGroup)
-