public static enum HwmfMisc.WmfSetBkMode.HwmfBkMode extends java.lang.Enum<HwmfMisc.WmfSetBkMode.HwmfBkMode>
Enum Constant and Description |
---|
OPAQUE |
TRANSPARENT |
Modifier and Type | Method and Description |
---|---|
static HwmfMisc.WmfSetBkMode.HwmfBkMode |
valueOf(int flag) |
static HwmfMisc.WmfSetBkMode.HwmfBkMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HwmfMisc.WmfSetBkMode.HwmfBkMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HwmfMisc.WmfSetBkMode.HwmfBkMode TRANSPARENT
public static final HwmfMisc.WmfSetBkMode.HwmfBkMode OPAQUE
public static HwmfMisc.WmfSetBkMode.HwmfBkMode[] values()
for (HwmfMisc.WmfSetBkMode.HwmfBkMode c : HwmfMisc.WmfSetBkMode.HwmfBkMode.values()) System.out.println(c);
public static HwmfMisc.WmfSetBkMode.HwmfBkMode 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 nullpublic static HwmfMisc.WmfSetBkMode.HwmfBkMode valueOf(int flag)
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.