|
|||||||||
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 modes.
Field Summary | |
---|---|
static ColorTypeEx |
HSL
High definition HSL color. |
static int |
HSL_ID
|
static ColorTypeEx |
NOTDEFINED
Color is not defined at all. |
static int |
NOTDEFINED_ID
|
static ColorTypeEx |
PRESET
Preset Color. |
static int |
PRESET_ID
|
static ColorTypeEx |
RGB
Standard 24bit RGB color. |
static int |
RGB_ID
|
static ColorTypeEx |
RGBPERCENTAGE
High definition RGB color. |
static int |
RGBPERCENTAGE_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 |
---|
getId, getName, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final ColorTypeEx NOTDEFINED
public static final int NOTDEFINED_ID
public static final ColorTypeEx RGB
public static final int RGB_ID
public static final ColorTypeEx RGBPERCENTAGE
public static final int RGBPERCENTAGE_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 |