com.aspose.cells.ConditionalFormattingValue.html Maven / Gradle / Ivy
ConditionalFormattingValue
com.aspose.cells
Class ConditionalFormattingValue
java.lang.Object
com.aspose.cells.ConditionalFormattingValue
public class ConditionalFormattingValue
- extends java.lang.Object
Property Getters/Setters Summary | ||
---|---|---|
boolean | isGTE() | |
void | setGTE(boolean) | |
Get or set the Greater Than Or Equal flag. Use only for icon sets, determines whether this threshold value uses the greater than or equal to operator. 'false' indicates 'greater than' is used instead of 'greater than or equal to'. Default value is true. | ||
int | getType() | |
void | setType(int) | |
Get or set the type of this conditional formatting value object. Setting the type to FormatConditionValueType.Min or FormatConditionValueType.Max will auto set "Value" to null. The value of the property is FormatConditionValueType integer constant. | ||
java.lang.Object | getValue() | |
void | setValue(java.lang.Object) | |
Get or set the value of this conditional formatting value object. It should be used in conjunction with Type. |
Property Getters/Setters Detail |
---|
getValue/setValue | |
public java.lang.Object getValue() / public void setValue(java.lang.Object value) |
Get or set the value of this conditional formatting value object. It should be used in conjunction with Type. If the value is string and start with "=", it will be processed as a formula, otherwise we will process it as a simple value.
getType/setType | |
public int getType() / public void setType(int value) |
Get or set the type of this conditional formatting value object. Setting the type to FormatConditionValueType.Min or FormatConditionValueType.Max will auto set "Value" to null. The value of the property is FormatConditionValueType integer constant.
isGTE/setGTE | |
public boolean isGTE() / public void setGTE(boolean value) |
Get or set the Greater Than Or Equal flag. Use only for icon sets, determines whether this threshold value uses the greater than or equal to operator. 'false' indicates 'greater than' is used instead of 'greater than or equal to'. Default value is true.
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.