public interface IIconCriterion
| Modifier and Type | Method and Description |
|---|---|
IconType |
getIcon()
Gets the icon for a criterion in an icon set conditional formatting rule.
|
int |
getIndex()
Gets a value that indicates which threshold the criteria represents.
|
FormatConditionOperator |
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.
|
ConditionValueTypes |
getType()
Returns one of the constants of the ConditionValueTypes enumeration, which
specifies how the threshold value for an icon set is determined.
|
java.lang.Object |
getValue()
Returns the threshold value for an icon in a conditional format.
|
void |
setIcon(IconType value)
Sets the icon for a criterion in an icon set conditional formatting rule.
|
void |
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 |
setType(ConditionValueTypes value)
Sets one of the constants of the ConditionValueTypes enumeration, which
specifies how the threshold value for an icon set is determined.
|
void |
setValue(java.lang.Object value)
Sets the threshold value for an icon in a conditional format.
|
IconType getIcon()
void setIcon(IconType value)
int getIndex()
FormatConditionOperator getOperator()
void setOperator(FormatConditionOperator value)
For an icon set conditional formatting rule, this property can be set to only one of the following two constants: xlGreater or xlGreaterEqual.
ConditionValueTypes getType()
void setType(ConditionValueTypes value)
java.lang.Object getValue()
void setValue(java.lang.Object value)