|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Enum
com.adobe.livecycle.convertpdfservice.client.enumeration.ImageConvertFormat
public final class ImageConvertFormat
Represents an image conversion format, which specifies are images are converted.
| Field Summary | |
|---|---|
static ImageConvertFormat |
JPEG
Represents a JPEG image format. |
static ImageConvertFormat |
JPEG2K
Represents a JPEG2000 image format. |
static ImageConvertFormat |
PNG
Represents a PNG image format. |
static ImageConvertFormat |
TIFF
Represents a TIFF image format. |
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Retrieves the description of the image conversion format. |
java.lang.String |
getName()
Retrieves the value of the image conversion format. |
static ImageConvertFormat |
valueOf(java.lang.String name)
|
static ImageConvertFormat[] |
values()
|
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final ImageConvertFormat JPEG
public static final ImageConvertFormat JPEG2K
public static final ImageConvertFormat PNG
public static final ImageConvertFormat TIFF
| Method Detail |
|---|
public static ImageConvertFormat[] values()
public static ImageConvertFormat valueOf(java.lang.String name)
public java.lang.String getDescription()
public java.lang.String getName()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||