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(InputStream fontData)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(String typeface)Lookup a FontInfo object by its typefaceHSLFFontInfoFontCollection. getFontInfo(String typeface, FontCharset charset)Lookup a FontInfo object by its typefaceMethods in org.apache.poi.hslf.record that return types with arguments of type HSLFFontInfo Modifier and Type Method Description List<HSLFFontInfo>FontCollection. getFonts() -
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(InputStream fontData)Add a font in this presentation and also embed its font dataHSLFFontInfoHSLFSlideShow. addFont(FontInfo fontInfo)Add a font in this presentationHSLFFontInfoHSLFSlideShow. getFont(int idx)Get a font by indexHSLFFontInfoHSLFTextRun. getFontInfo(FontGroup fontGroup)Methods in org.apache.poi.hslf.usermodel that return types with arguments of type HSLFFontInfo Modifier and Type Method Description List<HSLFFontInfo>HSLFSlideShow. getFonts()
-