Package | Description |
---|---|
com.gembox.spreadsheet.conditionalformatting |
Contains types used to format cells conditionally based on their values.
|
Modifier and Type | Method and Description |
---|---|
FormatConditionType |
UniqueOrDuplicateCondition.getConditionType()
Gets the
UNIQUE_OR_DUPLICATE value. |
FormatConditionType |
TopOrBottomRankedCondition.getConditionType()
Gets the
TOP_OR_BOTTOM_RANKED value. |
FormatConditionType |
IconSetCondition.getConditionType()
Gets the
ICON_SET value. |
FormatConditionType |
FormulaCondition.getConditionType()
Gets the
FORMULA value. |
abstract FormatConditionType |
FormatCondition.getConditionType()
Gets the condition type.
|
FormatConditionType |
DataBarCondition.getConditionType()
Gets the
DATA_BAR value. |
FormatConditionType |
ContainCondition.getConditionType()
Gets the
CONTAIN value. |
FormatConditionType |
ColorScaleCondition.getConditionType()
Gets the
COLOR_SCALE value. |
FormatConditionType |
AboveOrBelowAverageCondition.getConditionType()
Gets the
ABOVE_OR_BELOW_AVERAGE value. |
static FormatConditionType |
FormatConditionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FormatConditionType[] |
FormatConditionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
© GemBox d.o.o. — All rights reserved.