Uses of Class
org.apache.poi.hslf.record.FontEntityAtom
-
Packages that use FontEntityAtom Package Description org.apache.poi.hslf.usermodel -
-
Uses of FontEntityAtom in org.apache.poi.hslf.usermodel
Methods in org.apache.poi.hslf.usermodel that return FontEntityAtom Modifier and Type Method Description FontEntityAtom
HSLFFontInfo. createRecord()
Constructors in org.apache.poi.hslf.usermodel with parameters of type FontEntityAtom Constructor Description HSLFFontInfo(FontEntityAtom fontAtom)
Creates a new instance of HSLFFontInfo and initialize it from the supplied font atom
-