com.adobe.livecycle.convertpdfservice.client.enumeration
Class JPEGFormat

java.lang.Object
  extended by java.lang.Enum
      extended by com.adobe.livecycle.convertpdfservice.client.enumeration.JPEGFormat
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public final class JPEGFormat
extends java.lang.Enum

Represents the JPEG format. This option is valid for conversion to JPEG format only.

See Also:
Serialized Form

Field Summary
static JPEGFormat BaselineOptimized
          Represents the optimized JPEG format.
static JPEGFormat BaselineStandard
          Represents the standard JPEG format.
static JPEGFormat Scans_3
          Represents the 3scans JPEG format.
static JPEGFormat Scans_4
          Represents the 4scans JPEG format.
static JPEGFormat Scans_5
          Represents the 5scans JPEG format.
 
Method Summary
 java.lang.String getValue()
          Retrieves the JPEG format value.
static JPEGFormat valueOf(java.lang.String name)
           
static JPEGFormat[] 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

BaselineStandard

public static final JPEGFormat BaselineStandard
Represents the standard JPEG format.


BaselineOptimized

public static final JPEGFormat BaselineOptimized
Represents the optimized JPEG format.


Scans_3

public static final JPEGFormat Scans_3
Represents the 3scans JPEG format.


Scans_4

public static final JPEGFormat Scans_4
Represents the 4scans JPEG format.


Scans_5

public static final JPEGFormat Scans_5
Represents the 5scans JPEG format.

Method Detail

values

public static JPEGFormat[] values()

valueOf

public static JPEGFormat valueOf(java.lang.String name)

getValue

public java.lang.String getValue()
Retrieves the JPEG format value.

Returns:
The JPEG format value.


[an error occurred while processing this directive] [an error occurred while processing this directive]