Uses of Class
org.apache.poi.hssf.record.common.XFProp
-
Packages that use XFProp Package Description org.apache.poi.hssf.record Record package contains class representations for XLS binary strutures. -
-
Uses of XFProp in org.apache.poi.hssf.record
Methods in org.apache.poi.hssf.record that return XFProp Modifier and Type Method Description XFProp
StyleExtRecord. getProperty(int xfPropType)
Constructors in org.apache.poi.hssf.record with parameters of type XFProp Constructor Description StyleExtRecord(int bits, int iCategory, BuiltInStyle builtInData, String stName, XFProp[] xfProps)
-