Uses of Class
org.apache.poi.hssf.record.CFRuleBase
Packages that use CFRuleBase
Package
Description
Record package contains class representations for XLS binary strutures.
record aggregates are not real "records" but collections of records that act as a single record.
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
-
Uses of CFRuleBase in org.apache.poi.hssf.record
Subclasses of CFRuleBase in org.apache.poi.hssf.recordModifier and TypeClassDescriptionfinal classConditional Formatting v12 Rule Record (0x087A).final classConditional Formatting Rule Record (0x01B1).Methods in org.apache.poi.hssf.record that return CFRuleBaseMethods in org.apache.poi.hssf.record with parameters of type CFRuleBase -
Uses of CFRuleBase in org.apache.poi.hssf.record.aggregates
Methods in org.apache.poi.hssf.record.aggregates that return CFRuleBaseMethods in org.apache.poi.hssf.record.aggregates with parameters of type CFRuleBaseModifier and TypeMethodDescriptionvoidCFRecordsAggregate.addRule(CFRuleBase r) voidCFRecordsAggregate.setRule(int idx, CFRuleBase r) Constructors in org.apache.poi.hssf.record.aggregates with parameters of type CFRuleBase -
Uses of CFRuleBase in org.apache.poi.hssf.usermodel
Constructors in org.apache.poi.hssf.usermodel with parameters of type CFRuleBaseModifierConstructorDescriptionprotectedHSSFBorderFormatting(CFRuleBase cfRuleRecord, HSSFWorkbook workbook) protectedHSSFFontFormatting(CFRuleBase cfRuleRecord, HSSFWorkbook workbook) protectedHSSFPatternFormatting(CFRuleBase cfRuleRecord, HSSFWorkbook workbook)