java.lang.Objectcom.aspose.cells.CellsColor
public class CellsColor
Property Getters/Setters Summary | ||
---|---|---|
com.aspose.cells.Color | getColor() | |
void | setColor(com.aspose.cells.Color value) | |
Gets and sets the RGB color. | ||
int | getColorIndex() | |
void | setColorIndex(int value) | |
Gets and sets the color index in the color palette.. Only applies of indexed color. | ||
boolean | isShapeColor() | |
void | setShapeColor(boolean value) | |
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. | ||
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 |
Property Getters/Setters Detail |
---|
isShapeColor/setShapeColor | |
public boolean isShapeColor() / public void setShapeColor(boolean value) |
getType | |
public int getType() |
getThemeColor/setThemeColor | |
public ThemeColor getThemeColor() / public void setThemeColor(ThemeColor value) |
getColorIndex/setColorIndex | |
public int getColorIndex() / public void setColorIndex(int value) |
getColor/setColor | |
public com.aspose.cells.Color getColor() / public void setColor(com.aspose.cells.Color value) |
Method Detail |
---|
setTintOfShapeColor | |
public void setTintOfShapeColor(double tint) |
tint
-