|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<EscherColorRef.SysIndexSource> org.apache.poi.ddf.EscherColorRef.SysIndexSource
public static enum EscherColorRef.SysIndexSource
Enum Constant Summary | |
---|---|
CURRENT_OR_LAST_COLOR
Use the current, or last-used, color. |
|
FILL_BACKGROUND_COLOR
Use the fill background color of the shape. |
|
FILL_COLOR
Use the fill color of the shape. |
|
FILL_OR_LINE_COLOR
If the shape contains a fill, use the fill color of the shape. |
|
LINE_BACKGROUND_COLOR
Use the line background color of the shape. |
|
LINE_COLOR
Use the line color of the shape. |
|
LINE_OR_FILL_COLOR
If the shape contains a line, use the line color of the shape. |
|
SHADOW_COLOR
Use the shadow color of the shape. |
Method Summary | |
---|---|
static EscherColorRef.SysIndexSource |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static EscherColorRef.SysIndexSource[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final EscherColorRef.SysIndexSource FILL_COLOR
public static final EscherColorRef.SysIndexSource LINE_OR_FILL_COLOR
public static final EscherColorRef.SysIndexSource LINE_COLOR
public static final EscherColorRef.SysIndexSource SHADOW_COLOR
public static final EscherColorRef.SysIndexSource CURRENT_OR_LAST_COLOR
public static final EscherColorRef.SysIndexSource FILL_BACKGROUND_COLOR
public static final EscherColorRef.SysIndexSource LINE_BACKGROUND_COLOR
public static final EscherColorRef.SysIndexSource FILL_OR_LINE_COLOR
Method Detail |
---|
public static EscherColorRef.SysIndexSource[] values()
for (EscherColorRef.SysIndexSource c : EscherColorRef.SysIndexSource.values()) System.out.println(c);
public static EscherColorRef.SysIndexSource valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |