public enum HwmfEmbeddedType extends java.lang.Enum<HwmfEmbeddedType>
Enum Constant and Description |
---|
BITMAP |
BMP |
EMF |
EPS |
GIF |
JPEG |
PNG |
TIFF |
UNKNOWN |
WMF |
Modifier and Type | Field and Description |
---|---|
java.lang.String |
extension |
Modifier and Type | Method and Description |
---|---|
static HwmfEmbeddedType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HwmfEmbeddedType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HwmfEmbeddedType BITMAP
public static final HwmfEmbeddedType WMF
public static final HwmfEmbeddedType EMF
public static final HwmfEmbeddedType EPS
public static final HwmfEmbeddedType JPEG
public static final HwmfEmbeddedType GIF
public static final HwmfEmbeddedType TIFF
public static final HwmfEmbeddedType PNG
public static final HwmfEmbeddedType BMP
public static final HwmfEmbeddedType UNKNOWN
public static HwmfEmbeddedType[] values()
for (HwmfEmbeddedType c : HwmfEmbeddedType.values()) System.out.println(c);
public static HwmfEmbeddedType 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 2021 The Apache Software Foundation or its licensors, as applicable.