|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CFRuleRecord | |
|---|---|
| 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 CFRuleRecord in org.apache.poi.hssf.record |
|---|
| Methods in org.apache.poi.hssf.record that return CFRuleRecord | |
|---|---|
static CFRuleRecord |
CFRuleRecord.create(HSSFSheet sheet,
byte comparisonOperation,
java.lang.String formulaText1,
java.lang.String formulaText2)
Creates a new comparison operation rule |
static CFRuleRecord |
CFRuleRecord.create(HSSFSheet sheet,
java.lang.String formulaText)
Creates a new comparison operation rule |
| Uses of CFRuleRecord in org.apache.poi.hssf.record.aggregates |
|---|
| Methods in org.apache.poi.hssf.record.aggregates that return CFRuleRecord | |
|---|---|
CFRuleRecord |
CFRecordsAggregate.getRule(int idx)
|
| Methods in org.apache.poi.hssf.record.aggregates with parameters of type CFRuleRecord | |
|---|---|
void |
CFRecordsAggregate.addRule(CFRuleRecord r)
|
void |
CFRecordsAggregate.setRule(int idx,
CFRuleRecord r)
|
| Constructors in org.apache.poi.hssf.record.aggregates with parameters of type CFRuleRecord | |
|---|---|
CFRecordsAggregate(CellRangeAddress[] regions,
CFRuleRecord[] rules)
|
|
| Uses of CFRuleRecord in org.apache.poi.hssf.usermodel |
|---|
| Constructors in org.apache.poi.hssf.usermodel with parameters of type CFRuleRecord | |
|---|---|
HSSFBorderFormatting(CFRuleRecord cfRuleRecord)
|
|
HSSFFontFormatting(CFRuleRecord cfRuleRecord)
|
|
HSSFPatternFormatting(CFRuleRecord cfRuleRecord)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||