public static enum HemfComment.EmfFormatSignature extends java.lang.Enum<HemfComment.EmfFormatSignature>
Enum Constant and Description |
---|
ENHMETA_SIGNATURE
The value of this member is the sequence of ASCII characters "FME ",
which happens to be the reverse of the string "EMF", and it denotes EMF record data.
|
EPS_SIGNATURE
The value of this member is the sequence of ASCII characters "FSPE", which happens to be the reverse
of the string "EPSF", and it denotes encapsulated PostScript (EPS) format data.
|
Modifier and Type | Method and Description |
---|---|
static HemfComment.EmfFormatSignature |
getById(int id) |
static HemfComment.EmfFormatSignature |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HemfComment.EmfFormatSignature[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HemfComment.EmfFormatSignature ENHMETA_SIGNATURE
public static final HemfComment.EmfFormatSignature EPS_SIGNATURE
public static HemfComment.EmfFormatSignature[] values()
for (HemfComment.EmfFormatSignature c : HemfComment.EmfFormatSignature.values()) System.out.println(c);
public static HemfComment.EmfFormatSignature 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 HemfComment.EmfFormatSignature getById(int id)
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.