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