public class ColorScale
Property Getters/Setters Summary | ||
---|---|---|
boolean | getIs3ColorScale() | |
void | setIs3ColorScale(booleanvalue) | |
Indicates whether conditional formatting is 3 color scale. | ||
ConditionalFormattingValue | getMaxCfvo() | |
Get or set this ColorScale's max value object.
Cannot set null or CFValueObject with type FormatConditionValueType.Min to it.
|
||
com.aspose.cells.Color | getMaxColor() | |
void | setMaxColor(com.aspose.cells.Colorvalue) | |
Get or set the max value object's corresponding color. | ||
ConditionalFormattingValue | getMidCfvo() | |
Get or set this ColorScale's mid value object.
Cannot set CFValueObject with type FormatConditionValueType.Max or FormatConditionValueType.Min to it.
|
||
com.aspose.cells.Color | getMidColor() | |
void | setMidColor(com.aspose.cells.Colorvalue) | |
Get or set the mid value object's corresponding color. | ||
ConditionalFormattingValue | getMinCfvo() | |
Get or set this ColorScale's min value object.
Cannot set null or CFValueObject with type FormatConditionValueType.Max to it.
|
||
com.aspose.cells.Color | getMinColor() | |
void | setMinColor(com.aspose.cells.Colorvalue) | |
Get or set the min value object's corresponding color. |
public boolean getIs3ColorScale() / public void setIs3ColorScale(boolean value)
public ConditionalFormattingValue getMinCfvo()
public ConditionalFormattingValue getMidCfvo()
public ConditionalFormattingValue getMaxCfvo()
public com.aspose.cells.Color getMinColor() / public void setMinColor(com.aspose.cells.Color value)
public com.aspose.cells.Color getMidColor() / public void setMidColor(com.aspose.cells.Color value)
public com.aspose.cells.Color getMaxColor() / public void setMaxColor(com.aspose.cells.Color value)