public static enum EscherColorRef.SysIndexSource extends java.lang.Enum<EscherColorRef.SysIndexSource>
Enum Constant and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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
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 namejava.lang.NullPointerException
- if the argument is nullCopyright 2022 The Apache Software Foundation or its licensors, as applicable.