Uses of Class
org.apache.poi.hslf.usermodel.HSLFFontInfo

Packages that use HSLFFontInfo
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
 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 index
 HSLFFontInfo 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
 HSLFFontInfo HSLFSlideShow.addFont(FontInfo fontInfo)
          Add a font in this presentation
 HSLFFontInfo HSLFSlideShow.getFont(int idx)
          Get a font by index
 HSLFFontInfo HSLFTextRun.getFontInfo(FontGroup fontGroup)
           
 



Copyright 2017 The Apache Software Foundation or its licensors, as applicable.