Package | Description |
---|---|
org.apache.poi.hssf.record |
Record package contains class representations for XLS binary strutures.
|
Modifier and Type | Method and Description |
---|---|
CFRuleRecord |
CFRuleRecord.clone()
Deprecated.
|
CFRuleRecord |
CFRuleRecord.copy() |
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
|
Constructor and Description |
---|
CFRuleRecord(CFRuleRecord other) |
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.