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