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

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

public final class GrayScalePolicy
extends java.lang.Enum

Represents the gray scale policy. This option is valid for conversion to JPEG, JPEG2K, and TIFF formats.

See Also:
Serialized Form

Field Summary
static GrayScalePolicy EmbedProfile
          Represents an embed profile.
static GrayScalePolicy Off
          Gray scale policy is off.
 
Method Summary
 java.lang.String getValue()
          Retrieves the gray scale policy.
static GrayScalePolicy valueOf(java.lang.String name)
           
static GrayScalePolicy[] 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

EmbedProfile

public static final GrayScalePolicy EmbedProfile
Represents an embed profile.


Off

public static final GrayScalePolicy Off
Gray scale policy is off.

Method Detail

values

public static GrayScalePolicy[] values()

valueOf

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

getValue

public java.lang.String getValue()
Retrieves the gray scale policy.

Returns:
the gray scale policy.


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