public static enum PdfImageObject.ImageBytesType extends Enum<PdfImageObject.ImageBytesType>
PdfImageObject
Modifier and Type | Method and Description |
---|---|
String |
getFileExtension() |
static PdfImageObject.ImageBytesType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PdfImageObject.ImageBytesType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
public static final PdfImageObject.ImageBytesType PNG
public static final PdfImageObject.ImageBytesType JPG
public static final PdfImageObject.ImageBytesType JP2
public static final PdfImageObject.ImageBytesType CCITT
public static final PdfImageObject.ImageBytesType JBIG2
public static PdfImageObject.ImageBytesType[] values()
for (PdfImageObject.ImageBytesType c : PdfImageObject.ImageBytesType.values()) System.out.println(c);
public static PdfImageObject.ImageBytesType valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant with the specified name
NullPointerException
- if the argument is null
public String getFileExtension()
Copyright © 1998–2017. All rights reserved.