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

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

public final class CMYKPolicy
extends java.lang.Enum

Represents CMYK (cyan-magenta-yellow-black) color options. This option is valid for conversion to JPEG, JPEG2K, and TIFF formats.

See Also:
Serialized Form

Field Summary
static CMYKPolicy EmbedProfile
          Specifies that the CMYK color option is applicable to the PostScript file that is created.
static CMYKPolicy Off
          The CMYK color option is off.
 
Method Summary
 java.lang.String getValue()
          Retrieves the CMYK policy value.
static CMYKPolicy valueOf(java.lang.String name)
           
static CMYKPolicy[] 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 CMYKPolicy EmbedProfile
Specifies that the CMYK color option is applicable to the PostScript file that is created. This option is used for image generation (for example, it is used by toImage2 method, not the toPS2 method).


Off

public static final CMYKPolicy Off
The CMYK color option is off.

Method Detail

values

public static CMYKPolicy[] values()

valueOf

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

getValue

public java.lang.String getValue()
Retrieves the CMYK policy value.

Returns:
The CMYK policy value.


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