public enum swPageSetupDrawingColor_e extends java.lang.Enum<swPageSetupDrawingColor_e>
Enum Constant and Description |
---|
swPageSetup_AutomaticDrawingColor |
swPageSetup_BlackAndWhite |
swPageSetup_ColorGrey |
Modifier and Type | Method and Description |
---|---|
static swPageSetupDrawingColor_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swPageSetupDrawingColor_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swPageSetupDrawingColor_e swPageSetup_AutomaticDrawingColor
public static final swPageSetupDrawingColor_e swPageSetup_ColorGrey
public static final swPageSetupDrawingColor_e swPageSetup_BlackAndWhite
public static swPageSetupDrawingColor_e[] values()
for (swPageSetupDrawingColor_e c : swPageSetupDrawingColor_e.values()) System.out.println(c);
public static swPageSetupDrawingColor_e 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 null