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 class
Conditional Formatting v12 Rule Record (0x087A).final class
Conditional 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 TypeMethodDescriptionvoid
CFRecordsAggregate.addRule
(CFRuleBase r) void
CFRecordsAggregate.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 CFRuleBaseModifierConstructorDescriptionprotected
HSSFBorderFormatting
(CFRuleBase cfRuleRecord, HSSFWorkbook workbook) protected
HSSFFontFormatting
(CFRuleBase cfRuleRecord, HSSFWorkbook workbook) protected
HSSFPatternFormatting
(CFRuleBase cfRuleRecord, HSSFWorkbook workbook)