public static enum Image.ImageType extends Enum<Image.ImageType> implements PoiValue<Integer>
| Modifier and Type | Method and Description |
|---|---|
Integer |
getPoiValue()
Gets poi value.
|
static Image.ImageType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Image.ImageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Image.ImageType EMF
public static final Image.ImageType WMF
public static final Image.ImageType PICT
public static final Image.ImageType JPEG
public static final Image.ImageType PNG
public static final Image.ImageType DIB
public static Image.ImageType[] values()
for (Image.ImageType c : Image.ImageType.values()) System.out.println(c);
public static Image.ImageType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic Integer getPoiValue()
PoiValuegetPoiValue in interface PoiValue<Integer>Copyright © 2018. All rights reserved.