public static enum HemfPlusImage.EmfPlusImageDataType extends java.lang.Enum<HemfPlusImage.EmfPlusImageDataType>
Enum Constant and Description |
---|
BITMAP
Specifies a bitmap image.
|
CONTINUED
POI-specific - marks an unfinished/continuable image part
|
METAFILE
Specifies a metafile image.
|
UNKNOWN
The type of image is not known.
|
Modifier and Type | Field and Description |
---|---|
int |
id |
Modifier and Type | Method and Description |
---|---|
static HemfPlusImage.EmfPlusImageDataType |
valueOf(int id) |
static HemfPlusImage.EmfPlusImageDataType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HemfPlusImage.EmfPlusImageDataType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HemfPlusImage.EmfPlusImageDataType UNKNOWN
public static final HemfPlusImage.EmfPlusImageDataType BITMAP
public static final HemfPlusImage.EmfPlusImageDataType METAFILE
public static final HemfPlusImage.EmfPlusImageDataType CONTINUED
public static HemfPlusImage.EmfPlusImageDataType[] values()
for (HemfPlusImage.EmfPlusImageDataType c : HemfPlusImage.EmfPlusImageDataType.values()) System.out.println(c);
public static HemfPlusImage.EmfPlusImageDataType 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.EmfPlusImageDataType valueOf(int id)
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.