| Package | Description |
|---|---|
| com.grapecity.documents.excel |
| Modifier and Type | Method and Description |
|---|---|
FormatConditionOperator |
IIconCriterion.getOperator()
Returns one of the constants of the FormatConditionOperator enumeration,
which specifes if the threshold is "greater than" or "greater than or equal
to" the threshold value.
|
FormatConditionOperator |
IFormatCondition.getOperator()
Returns the operator of this conditional format.
|
static FormatConditionOperator |
FormatConditionOperator.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FormatConditionOperator[] |
FormatConditionOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
IFormatConditions.add(FormatConditionType type,
FormatConditionOperator formatConditionOperator,
java.lang.Object formula1,
java.lang.Object formula2)
Adds a new conditional format.
|
void |
IIconCriterion.setOperator(FormatConditionOperator value)
Sets one of the constants of the FormatConditionOperator enumeration, which
specifes if the threshold is "greater than" or "greater than or equal to" the
threshold value.
|
void |
IFormatCondition.setOperator(FormatConditionOperator value)
Sets the operator of this conditional format.
|