Uses of Class
org.apache.poi.hssf.record.CFRuleBase
-
Packages that use CFRuleBase Package Description org.apache.poi.hssf.record Record package contains class representations for XLS binary strutures.org.apache.poi.hssf.record.aggregates The record aggregates are not real "records" but collections of records that act as a single record.org.apache.poi.hssf.usermodel The usermodel package maps HSSF low level structures to familiar workbook/sheet model -
-
Uses of CFRuleBase in org.apache.poi.hssf.record
Subclasses of CFRuleBase in org.apache.poi.hssf.record Modifier and Type Class Description class
CFRule12Record
Conditional Formatting v12 Rule Record (0x087A).class
CFRuleRecord
Conditional Formatting Rule Record (0x01B1).Methods in org.apache.poi.hssf.record that return CFRuleBase Modifier and Type Method Description abstract CFRuleBase
CFRuleBase. copy()
Constructors in org.apache.poi.hssf.record with parameters of type CFRuleBase Constructor Description CFRuleBase(CFRuleBase other)
-
Uses of CFRuleBase in org.apache.poi.hssf.record.aggregates
Methods in org.apache.poi.hssf.record.aggregates that return CFRuleBase Modifier and Type Method Description CFRuleBase
CFRecordsAggregate. getRule(int idx)
Methods in org.apache.poi.hssf.record.aggregates with parameters of type CFRuleBase Modifier and Type Method Description void
CFRecordsAggregate. addRule(CFRuleBase r)
void
CFRecordsAggregate. setRule(int idx, CFRuleBase r)
Constructors in org.apache.poi.hssf.record.aggregates with parameters of type CFRuleBase Constructor Description CFRecordsAggregate(CellRangeAddress[] regions, CFRuleBase[] rules)
-
Uses of CFRuleBase in org.apache.poi.hssf.usermodel
Constructors in org.apache.poi.hssf.usermodel with parameters of type CFRuleBase Constructor Description HSSFBorderFormatting(CFRuleBase cfRuleRecord, HSSFWorkbook workbook)
HSSFPatternFormatting(CFRuleBase cfRuleRecord, HSSFWorkbook workbook)
-