com.aspose.slides
Class ColorSchemeIndex

java.lang.Object
  extended by com.aspose.ms.java.Enum
      extended by com.aspose.slides.ColorSchemeIndex

public final class ColorSchemeIndex
extends com.aspose.ms.java.Enum

Represents an index in the color scheme


Nested Class Summary
 
Nested classes/interfaces inherited from class com.aspose.ms.java.Enum
com.aspose.ms.java.Enum.AbstractEnum, com.aspose.ms.java.Enum.FlaggedEnum, com.aspose.ms.java.Enum.SimpleEnum
 
Field Summary
static int Accent1
           Accent 1 color.
static int Accent2
           Accent 2 color.
static int Accent3
           Accent 3 color.
static int Background1
           Default backround color.
static int Background2
           Alternative background color (used as default shadow color).
static int Fill
           Default shape fill color.
static int Text1
           Default text color (used as default shape's stroke color too).
static int Text2
           Alternative text color (used as default title color).
 
Fields inherited from class com.aspose.ms.java.Enum
EnumSeparatorCharArray
 
Method Summary
 
Methods inherited from class com.aspose.ms.java.Enum
format, format, get_Caption, get_Value, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, parse, parse, parse, parse, register, toObject
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Background1

public static final int Background1

Default backround color.

See Also:
Constant Field Values

Text1

public static final int Text1

Default text color (used as default shape's stroke color too).

See Also:
Constant Field Values

Background2

public static final int Background2

Alternative background color (used as default shadow color).

See Also:
Constant Field Values

Text2

public static final int Text2

Alternative text color (used as default title color).

See Also:
Constant Field Values

Fill

public static final int Fill

Default shape fill color.

See Also:
Constant Field Values

Accent1

public static final int Accent1

Accent 1 color.

See Also:
Constant Field Values

Accent2

public static final int Accent2

Accent 2 color.

See Also:
Constant Field Values

Accent3

public static final int Accent3

Accent 3 color.

See Also:
Constant Field Values