com.aspose.slides
Class ColorSchemeIndexEx

java.lang.Object
  extended by com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      extended by com.aspose.ms.System.Enum
          extended by com.aspose.slides.ColorSchemeIndexEx

public final class ColorSchemeIndexEx
extends com.aspose.ms.System.Enum

Represents an index in a colorscheme.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.aspose.ms.System.Enum
com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
 
Field Summary
static byte Accent1
           Accent 1.
static byte Accent2
           Accent 2.
static byte Accent3
           Accent 3.
static byte Accent4
           Accent 4.
static byte Accent5
           Accent 5.
static byte Accent6
           Accent 6.
static byte Dark1
           Dark 1.
static byte Dark2
           Dark 2.
static byte FollowedHyperlink
           Followed Hyperlink.
static byte Hyperlink
           Hyperlink.
static byte Light1
           Light 1.
static byte Light2
           Light 2.
 
Fields inherited from class com.aspose.ms.System.Enum
EnumSeparatorCharArray
 
Method Summary
 
Methods inherited from class com.aspose.ms.System.Enum
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, 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

Dark1

public static final byte Dark1

Dark 1.

See Also:
Constant Field Values

Light1

public static final byte Light1

Light 1.

See Also:
Constant Field Values

Dark2

public static final byte Dark2

Dark 2.

See Also:
Constant Field Values

Light2

public static final byte Light2

Light 2.

See Also:
Constant Field Values

Accent1

public static final byte Accent1

Accent 1.

See Also:
Constant Field Values

Accent2

public static final byte Accent2

Accent 2.

See Also:
Constant Field Values

Accent3

public static final byte Accent3

Accent 3.

See Also:
Constant Field Values

Accent4

public static final byte Accent4

Accent 4.

See Also:
Constant Field Values

Accent5

public static final byte Accent5

Accent 5.

See Also:
Constant Field Values

Accent6

public static final byte Accent6

Accent 6.

See Also:
Constant Field Values

Hyperlink

public static final byte Hyperlink

Hyperlink.

See Also:
Constant Field Values

FollowedHyperlink

public static final byte FollowedHyperlink

Followed Hyperlink.

See Also:
Constant Field Values