Overview
SchemeColor is a enum in Aspose.Slides FOSS for Java.
Represents colors in a color scheme.
Values
| Value | Description |
|---|
NOT_DEFINED | Represents an undefined scheme color |
BACKGROUND1 | Represents the first background color in the slide scheme |
TEXT1 | Represents the primary text color in the slide scheme |
BACKGROUND2 | Represents the second background color in the slide scheme |
TEXT2 | Represents the secondary text color in the slide scheme |
ACCENT1 | Represents the first accent color in the slide scheme |
ACCENT2 | Represents the second accent color in the slide scheme |
ACCENT3 | Represents the third accent color in the slide scheme |
ACCENT4 | Represents the fourth accent color in the slide scheme |
ACCENT5 | Represents the fifth accent color in the slide scheme |
ACCENT6 | Represents the sixth accent color in the slide scheme |
HYPERLINK | Represents the color used for hyperlinks in the slide scheme |
FOLLOWED_HYPERLINK | Represents the color for visited hyperlinks in the slide scheme |
STYLE_COLOR | Represents a style-specific color in the slide scheme |
DARK1 | Represents the first dark color in the slide scheme |
LIGHT1 | Represents the first light color in the slide scheme |
DARK2 | Represents the second dark color in the slide scheme |
LIGHT2 | Represents the second light color in the slide scheme |
Properties
| Name | Type | Access | Description |
|---|
value | String | Read | Returns the string value of this constant. |
Methods
| Signature | Description |
|---|
getValue() → String | Returns the string value of this constant. |
See Also