public static enum PdfImageObject.ImageBytesType extends java.lang.Enum<PdfImageObject.ImageBytesType>
PdfImageObject
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFileExtension() |
static PdfImageObject.ImageBytesType |
valueOf(java.lang.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(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 java.lang.String getFileExtension()
Copyright © 2013. All Rights Reserved.