com.aspose.slides.pptx
Class ColorTypeEx

java.lang.Object
  extended by com.aspose.slides.Enumerate
      extended by com.aspose.slides.pptx.ColorTypeEx
All Implemented Interfaces:
java.lang.Comparable

public class ColorTypeEx
extends Enumerate

Enumeration which defines different color types.


Field Summary
static ColorTypeEx HSL
          High definition HSL color.
static int HSL_ID
           
static ColorTypeEx NOT_DEFINED
          Color is not defined at all.
static int NOT_DEFINED_ID
           
static ColorTypeEx PRESET
          Preset Color.
static int PRESET_ID
           
static ColorTypeEx RGB
          Standard 24bit RGB color.
static int RGB_ID
           
static ColorTypeEx RGB_PERCENTAGE
          High definition RGB color.
static int RGB_PERCENTAGE_ID
           
static ColorTypeEx SCHEME
          Scheme color.
static int SCHEME_ID
           
static ColorTypeEx SYSTEM
          System color.
static int SYSTEM_ID
           
 
Method Summary
 
Methods inherited from class com.aspose.slides.Enumerate
compareTo, equals, getId, getName, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NOT_DEFINED

public static final ColorTypeEx NOT_DEFINED
Color is not defined at all.


NOT_DEFINED_ID

public static final int NOT_DEFINED_ID
See Also:
Constant Field Values

RGB

public static final ColorTypeEx RGB
Standard 24bit RGB color.


RGB_ID

public static final int RGB_ID
See Also:
Constant Field Values

RGB_PERCENTAGE

public static final ColorTypeEx RGB_PERCENTAGE
High definition RGB color.


RGB_PERCENTAGE_ID

public static final int RGB_PERCENTAGE_ID
See Also:
Constant Field Values

HSL

public static final ColorTypeEx HSL
High definition HSL color.


HSL_ID

public static final int HSL_ID
See Also:
Constant Field Values

SCHEME

public static final ColorTypeEx SCHEME
Scheme color.


SCHEME_ID

public static final int SCHEME_ID
See Also:
Constant Field Values

SYSTEM

public static final ColorTypeEx SYSTEM
System color.


SYSTEM_ID

public static final int SYSTEM_ID
See Also:
Constant Field Values

PRESET

public static final ColorTypeEx PRESET
Preset Color.


PRESET_ID

public static final int PRESET_ID
See Also:
Constant Field Values