|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.Enumerate
com.aspose.slides.pptx.ColorTypeEx
public class ColorTypeEx
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 |
---|
public static final ColorTypeEx NOT_DEFINED
public static final int NOT_DEFINED_ID
public static final ColorTypeEx RGB
public static final int RGB_ID
public static final ColorTypeEx RGB_PERCENTAGE
public static final int RGB_PERCENTAGE_ID
public static final ColorTypeEx HSL
public static final int HSL_ID
public static final ColorTypeEx SCHEME
public static final int SCHEME_ID
public static final ColorTypeEx SYSTEM
public static final int SYSTEM_ID
public static final ColorTypeEx PRESET
public static final int PRESET_ID
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |