public class CellsColor
Property Getters/Setters Summary | ||
---|---|---|
int | getArgb() | |
void | setArgb(intvalue) | |
Gets and sets the color from a 32-bit ARGB value. | ||
com.aspose.cells.Color | getColor() | |
void | setColor(com.aspose.cells.Colorvalue) | |
Gets and sets the RGB color. | ||
int | getColorIndex() | |
void | setColorIndex(intvalue) | |
Gets and sets the color index in the color palette. Only applies of indexed color. | ||
boolean | isShapeColor() | |
void | setShapeColor(booleanvalue) | |
Gets and set the color which should apply to cell or shape. | ||
ThemeColor | getThemeColor() | |
void | setThemeColor(ThemeColor value) | |
Gets the theme color. Only applies for theme color type. | ||
double | getTransparency() | |
void | setTransparency(doublevalue) | |
Gets and sets transparency as a value from 0.0 (opaque) through 1.0 (clear). | ||
int | getType() | |
The color type.
The value of the property is ColorType integer constant. |
Method Summary | ||
---|---|---|
void | setTintOfShapeColor(double tint) | |
Set the tint of the shape color
|
public boolean isShapeColor() / public void setShapeColor(boolean value)
public int getType()
public ThemeColor getThemeColor() / public void setThemeColor(ThemeColor value)
public int getColorIndex() / public void setColorIndex(int value)
public com.aspose.cells.Color getColor() / public void setColor(com.aspose.cells.Color value)
public int getArgb() / public void setArgb(int value)
public double getTransparency() / public void setTransparency(double value)