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 HSLFFontInfoFontCollection. addFont(FontInfo fontInfo)Add font with the given FontInfo configuration to the font collection.HSLFFontInfoFontCollection. getFontInfo(int index)Lookup a FontInfo object by its internal font indexHSLFFontInfoFontCollection. 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 HSLFFontInfoHSLFSlideShow. addFont(FontInfo fontInfo)Add a font in this presentationHSLFFontInfoHSLFSlideShow. getFont(int idx)Get a font by indexHSLFFontInfoHSLFTextRun. getFontInfo(FontGroup fontGroup)
-