com.aspose.slides
Class ColorTypeEx

java.lang.Object
  extended by com.aspose.dotnet.util.Enumerate
      extended by com.aspose.slides.ColorTypeEx

public class ColorTypeEx
extends com.aspose.dotnet.util.Enumerate

Represents color types enumeration.


Field Summary
static ColorTypeEx HSL
           
static int HSL_ID
           
static ColorTypeEx NOTDEFINED
           
static int NOTDEFINED_ID
           
static ColorTypeEx PRESET
           
static int PRESET_ID
           
static ColorTypeEx RGB
           
static int RGB_ID
           
static ColorTypeEx RGBPERCENTAGE
           
static int RGBPERCENTAGE_ID
           
static ColorTypeEx SCHEME
           
static int SCHEME_ID
           
static ColorTypeEx SYSTEM
           
static int SYSTEM_ID
           
 
Method Summary
 
Methods inherited from class com.aspose.dotnet.util.Enumerate
getId, getName, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NOTDEFINED

public static final ColorTypeEx NOTDEFINED

NOTDEFINED_ID

public static final int NOTDEFINED_ID
See Also:
Constant Field Values

RGB

public static final ColorTypeEx RGB

RGB_ID

public static final int RGB_ID
See Also:
Constant Field Values

RGBPERCENTAGE

public static final ColorTypeEx RGBPERCENTAGE

RGBPERCENTAGE_ID

public static final int RGBPERCENTAGE_ID
See Also:
Constant Field Values

HSL

public static final ColorTypeEx HSL

HSL_ID

public static final int HSL_ID
See Also:
Constant Field Values

SCHEME

public static final ColorTypeEx SCHEME

SCHEME_ID

public static final int SCHEME_ID
See Also:
Constant Field Values

SYSTEM

public static final ColorTypeEx SYSTEM

SYSTEM_ID

public static final int SYSTEM_ID
See Also:
Constant Field Values

PRESET

public static final ColorTypeEx PRESET

PRESET_ID

public static final int PRESET_ID
See Also:
Constant Field Values