| Package | Description |
|---|---|
| org.apache.poi.hssf.usermodel |
The usermodel package maps HSSF low level structures to familiar workbook/sheet model
|
| org.apache.poi.ss.usermodel |
| Modifier and Type | Method and Description |
|---|---|
ConditionFilterType |
HSSFConditionalFormattingRule.getConditionFilterType()
always null (not a filter condition) or
FILTER if it is. |
| Modifier and Type | Method and Description |
|---|---|
ConditionFilterType |
ConditionalFormattingRule.getConditionFilterType()
This is null if
|
static ConditionFilterType |
ConditionFilterType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConditionFilterType[] |
ConditionFilterType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|