Package | Description |
---|---|
org.zkoss.poi.hssf.record |
Record package contains class representations for XLS binary strutures.
|
org.zkoss.poi.hssf.record.aggregates |
record aggregates are not real "records" but collections of records that act as a single record.
|
org.zkoss.poi.hssf.usermodel |
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
|
Modifier and Type | Method and Description |
---|---|
static CFRuleRecord |
CFRuleRecord.create(HSSFSheet sheet,
byte comparisonOperation,
String formulaText1,
String formulaText2)
Creates a new comparison operation rule
|
static CFRuleRecord |
CFRuleRecord.create(HSSFSheet sheet,
String formulaText)
Creates a new comparison operation rule
|
Modifier and Type | Method and Description |
---|---|
CFRuleRecord |
CFRecordsAggregate.getRule(int idx) |
Modifier and Type | Method and Description |
---|---|
void |
CFRecordsAggregate.addRule(CFRuleRecord r) |
void |
CFRecordsAggregate.setRule(int idx,
CFRuleRecord r) |
Constructor and Description |
---|
CFRecordsAggregate(CellRangeAddress[] regions,
CFRuleRecord[] rules) |
Constructor and Description |
---|
HSSFBorderFormatting(CFRuleRecord cfRuleRecord) |
HSSFFontFormatting(CFRuleRecord cfRuleRecord) |
HSSFPatternFormatting(CFRuleRecord cfRuleRecord) |
Copyright © 2020. All rights reserved.