General
SchemeColor és un enum a Aspose.Slides FOSS per Java.
Representa els colors en un esquema de colors.
Valors
| Value | Description |
|---|
NOT_DEFINED | Represents an undefined or unspecified scheme color |
BACKGROUND1 | Represents the first background color in the theme |
TEXT1 | Represents the primary text color in the theme |
BACKGROUND2 | Represents the second background color in the theme |
TEXT2 | Represents the secondary text color in the theme |
ACCENT1 | Represents the first accent color in the theme |
ACCENT2 | Represents the second accent color in the theme |
ACCENT3 | Represents the third accent color in the theme |
ACCENT4 | Represents the fourth accent color in the theme |
ACCENT5 | Represents the fifth accent color in the theme |
ACCENT6 | Represents the sixth accent color in the theme |
HYPERLINK | Represents the color used for hyperlinks |
FOLLOWED_HYPERLINK | Represents the color for visited hyperlinks |
STYLE_COLOR | Represents a style-specific color defined by the theme |
DARK1 | Represents the first dark color in the theme palette |
LIGHT1 | Represents the first light color in the theme palette |
DARK2 | Represents the second dark color in the theme palette |
LIGHT2 | Represents the second light color in the theme palette |
Propietats
| Name | Type | Access | Description |
|---|
value | String | Read | Stores the string representation of the scheme color |
Mètodes
| Signature | Description |
|---|
getValue() → String | Returns the string value of this constant. |