public static enum HwmfFill.WmfExtFloodFill.HwmfFloodFillMode extends java.lang.Enum<HwmfFill.WmfExtFloodFill.HwmfFloodFillMode>
| Enum Constant and Description |
|---|
FLOOD_FILL_BORDER
The fill area is bounded by the color specified by the Color member.
|
FLOOD_FILL_SURFACE
The fill area is bounded by the color that is specified by the Color member.
|
| Modifier and Type | Method and Description |
|---|---|
static HwmfFill.WmfExtFloodFill.HwmfFloodFillMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HwmfFill.WmfExtFloodFill.HwmfFloodFillMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HwmfFill.WmfExtFloodFill.HwmfFloodFillMode FLOOD_FILL_BORDER
public static final HwmfFill.WmfExtFloodFill.HwmfFloodFillMode FLOOD_FILL_SURFACE
public static HwmfFill.WmfExtFloodFill.HwmfFloodFillMode[] values()
for (HwmfFill.WmfExtFloodFill.HwmfFloodFillMode c : HwmfFill.WmfExtFloodFill.HwmfFloodFillMode.values()) System.out.println(c);
public static HwmfFill.WmfExtFloodFill.HwmfFloodFillMode 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.