public class ColorScale
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
getIs3ColorScale()
Indicates whether conditional formatting is 3 color scale.
|
ConditionalFormattingValue |
getMaxCfvo()
Gets this ColorScale's max value object.
|
Color |
getMaxColor()
Gets the gradient color for the maximum value in the range.
|
ConditionalFormattingValue |
getMidCfvo()
Gets this ColorScale's mid value object.
|
Color |
getMidColor()
Gets the gradient color for the middle value in the range.
|
ConditionalFormattingValue |
getMinCfvo()
Gets this ColorScale's min value object.
|
Color |
getMinColor()
Gets the gradient color for the minimum value in the range.
|
void |
setIs3ColorScale(boolean value)
Indicates whether conditional formatting is 3 color scale.
|
void |
setMaxColor(Color value)
Sets the gradient color for the maximum value in the range.
|
void |
setMidColor(Color value)
Sets the gradient color for the middle value in the range.
|
void |
setMinColor(Color value)
Sets the gradient color for the minimum value in the range.
|
public boolean getIs3ColorScale()
public void setIs3ColorScale(boolean value)
public ConditionalFormattingValue getMinCfvo()
public ConditionalFormattingValue getMidCfvo()
public ConditionalFormattingValue getMaxCfvo()
public Color getMinColor()
public void setMinColor(Color value)
public Color getMidColor()
public void setMidColor(Color value)
public Color getMaxColor()
public void setMaxColor(Color value)
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.