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 | |
org.apache.poi.xssf.usermodel |
Modifier and Type | Method and Description |
---|---|
ConditionalFormattingThreshold.RangeType |
HSSFConditionalFormattingThreshold.getRangeType() |
Modifier and Type | Method and Description |
---|---|
void |
HSSFConditionalFormattingThreshold.setRangeType(ConditionalFormattingThreshold.RangeType type) |
Modifier and Type | Method and Description |
---|---|
static ConditionalFormattingThreshold.RangeType |
ConditionalFormattingThreshold.RangeType.byId(int id) |
static ConditionalFormattingThreshold.RangeType |
ConditionalFormattingThreshold.RangeType.byName(java.lang.String name) |
ConditionalFormattingThreshold.RangeType |
ConditionalFormattingThreshold.getRangeType()
Get the Range Type used
|
static ConditionalFormattingThreshold.RangeType |
ConditionalFormattingThreshold.RangeType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConditionalFormattingThreshold.RangeType[] |
ConditionalFormattingThreshold.RangeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ConditionalFormattingThreshold.setRangeType(ConditionalFormattingThreshold.RangeType type)
Changes the Range Type used
|
Modifier and Type | Method and Description |
---|---|
ConditionalFormattingThreshold.RangeType |
XSSFConditionalFormattingThreshold.getRangeType() |
Modifier and Type | Method and Description |
---|---|
void |
XSSFConditionalFormattingThreshold.setRangeType(ConditionalFormattingThreshold.RangeType type) |
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.