|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CFRuleBase | |
|---|---|
| org.apache.poi.hssf.record | Record package contains class representations for XLS binary strutures. |
| org.apache.poi.hssf.record.aggregates | record aggregates are not real "records" but collections of records that act as a single record. |
| org.apache.poi.hssf.usermodel | 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.record | |
|---|---|
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 | |
|---|---|
abstract CFRuleBase |
CFRuleBase.clone()
|
| Methods in org.apache.poi.hssf.record with parameters of type CFRuleBase | |
|---|---|
protected void |
CFRuleBase.copyTo(CFRuleBase rec)
|
| Uses of CFRuleBase in org.apache.poi.hssf.record.aggregates |
|---|
| Methods in org.apache.poi.hssf.record.aggregates that return CFRuleBase | |
|---|---|
CFRuleBase |
CFRecordsAggregate.getRule(int idx)
|
| Methods in org.apache.poi.hssf.record.aggregates with parameters of type CFRuleBase | |
|---|---|
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 | |
|---|---|
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 | |
|---|---|
HSSFBorderFormatting(CFRuleBase cfRuleRecord,
HSSFWorkbook workbook)
|
|
HSSFFontFormatting(CFRuleBase cfRuleRecord,
HSSFWorkbook workbook)
|
|
HSSFPatternFormatting(CFRuleBase cfRuleRecord,
HSSFWorkbook workbook)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||