| 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 | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CFRule12RecordConditional Formatting v12 Rule Record (0x087A). | 
| class  | CFRuleRecordConditional Formatting Rule Record (0x01B1). | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract CFRuleBase | CFRuleBase. clone()Deprecated.  | 
| abstract CFRuleBase | CFRuleBase. copy() | 
| Constructor and Description | 
|---|
| CFRuleBase(CFRuleBase other) | 
| Modifier and Type | Method and Description | 
|---|---|
| CFRuleBase | CFRecordsAggregate. getRule(int idx) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | CFRecordsAggregate. addRule(CFRuleBase r) | 
| void | CFRecordsAggregate. setRule(int idx,
       CFRuleBase r) | 
| Constructor and Description | 
|---|
| CFRecordsAggregate(CellRangeAddress[] regions,
                  CFRuleBase[] rules) | 
| Constructor and Description | 
|---|
| HSSFBorderFormatting(CFRuleBase cfRuleRecord,
                    HSSFWorkbook workbook) | 
| HSSFFontFormatting(CFRuleBase cfRuleRecord,
                  HSSFWorkbook workbook) | 
| HSSFPatternFormatting(CFRuleBase cfRuleRecord,
                     HSSFWorkbook workbook) | 
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.