| Package | Description |
|---|---|
| com.grapecity.documents.excel | |
| com.grapecity.documents.excel.drawing |
| Modifier and Type | Method and Description |
|---|---|
static ThemeColor |
ThemeColor.forValue(int value) |
static ThemeColor |
ThemeColor.forValue(int value) |
ThemeColor |
IInterior.getPatternThemeColor()
Gets a theme color pattern for an Interior object.
|
ThemeColor |
IInterior.getThemeColor()
Gets the theme color in the applied color scheme that is associated with the
specified object.
|
ThemeColor |
IFont.getThemeColor()
Gets the theme color in the applied color scheme that is associated with the
specified object.
|
ThemeColor |
IFormatColor.getThemeColor()
Returns one of the constants of the ColorSchemeIndex enumeration, specifying
the theme color used in a threshold of a data bar or color scale conditional
format.
|
ThemeColor |
IColorStop.getThemeColor()
Gets the theme color of the represented object.
|
ThemeColor |
IBorder.getThemeColor()
Gets the
ThemeColor in the applied color scheme that is associated
with the specified object. |
ThemeColor |
IBorders.getThemeColor()
Gets the theme color in the applied color scheme that is associated with the
specified object.
|
ThemeColor |
IThemeColor.getThemeColorSchemeIndex()
Gets the theme color scheme index.
|
static ThemeColor |
ThemeColor.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ThemeColor |
ThemeColor.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ThemeColor[] |
ThemeColor.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static ThemeColor[] |
ThemeColor.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
IThemeColor |
IThemeColorScheme.get(ThemeColor index)
Gets the
IThemeColor using ThemeColor. |
void |
IInterior.setPatternThemeColor(ThemeColor value)
Sets a theme color pattern for an Interior object.
|
void |
IInterior.setThemeColor(ThemeColor value)
Sets the theme color in the applied color scheme that is associated with the
specified object.
|
void |
IFont.setThemeColor(ThemeColor value)
Sets the theme color in the applied color scheme that is associated with the
specified object.
|
void |
IFormatColor.setThemeColor(ThemeColor value)
Sets one of the constants of the ColorSchemeIndex enumeration, specifying the
theme color used in a threshold of a data bar or color scale conditional
format.
|
void |
IColorStop.setThemeColor(ThemeColor value)
Sets the theme color of the represented object.
|
void |
IBorder.setThemeColor(ThemeColor value)
Sets the
ThemeColor in the applied color scheme that is associated
with the specified object. |
void |
IBorders.setThemeColor(ThemeColor value)
Sets the theme color in the applied color scheme that is associated with the
specified object.
|
| Modifier and Type | Method and Description |
|---|---|
ThemeColor |
IColorFormat.getObjectThemeColor()
Gets a color that is mapped to the theme color scheme.
|
ThemeColor |
IColorFormat.getObjectThemeColor()
Gets a color that is mapped to the theme color scheme.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IColorFormat.setObjectThemeColor(ThemeColor value)
Sets a color that is mapped to the theme color scheme.
|
void |
IColorFormat.setObjectThemeColor(ThemeColor value)
Sets a color that is mapped to the theme color scheme.
|