public static enum HemfPlusImage.EmfPlusObjectClamp extends java.lang.Enum<HemfPlusImage.EmfPlusObjectClamp>
| Enum Constant and Description |
|---|
BitmapClamp
The object is clamped to a bitmap.
|
RectClamp
The object is clamped to a rectangle.
|
| Modifier and Type | Field and Description |
|---|---|
int |
id |
| Modifier and Type | Method and Description |
|---|---|
static HemfPlusImage.EmfPlusObjectClamp |
valueOf(int id) |
static HemfPlusImage.EmfPlusObjectClamp |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HemfPlusImage.EmfPlusObjectClamp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HemfPlusImage.EmfPlusObjectClamp RectClamp
public static final HemfPlusImage.EmfPlusObjectClamp BitmapClamp
public static HemfPlusImage.EmfPlusObjectClamp[] values()
for (HemfPlusImage.EmfPlusObjectClamp c : HemfPlusImage.EmfPlusObjectClamp.values()) System.out.println(c);
public static HemfPlusImage.EmfPlusObjectClamp 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 HemfPlusImage.EmfPlusObjectClamp valueOf(int id)
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.