SchemeColor

Overview

SchemeColor is a enum in Aspose.Slides FOSS for Java.

Represents colors in a color scheme.

Values

ValueDescription
NOT_DEFINEDRepresents an undefined scheme color
BACKGROUND1Represents the first background color in the slide scheme
TEXT1Represents the primary text color in the slide scheme
BACKGROUND2Represents the second background color in the slide scheme
TEXT2Represents the secondary text color in the slide scheme
ACCENT1Represents the first accent color in the slide scheme
ACCENT2Represents the second accent color in the slide scheme
ACCENT3Represents the third accent color in the slide scheme
ACCENT4Represents the fourth accent color in the slide scheme
ACCENT5Represents the fifth accent color in the slide scheme
ACCENT6Represents the sixth accent color in the slide scheme
HYPERLINKRepresents the color used for hyperlinks in the slide scheme
FOLLOWED_HYPERLINKRepresents the color for visited hyperlinks in the slide scheme
STYLE_COLORRepresents a style-specific color in the slide scheme
DARK1Represents the first dark color in the slide scheme
LIGHT1Represents the first light color in the slide scheme
DARK2Represents the second dark color in the slide scheme
LIGHT2Represents the second light color in the slide scheme

Properties

NameTypeAccessDescription
valueStringReadReturns the string value of this constant.

Methods

SignatureDescription
getValue()StringReturns the string value of this constant.

See Also