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

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

public final class RGBPolicy
extends Enum

Represents RGB policy settings.

See Also:
Serialized Form

Field Summary
static RGBPolicy EmbedProfile
          Embed profile.
static RGBPolicy Off
          RGB policy is off.
 
Method Summary
 String getValue()
          Retrieves the RGB policy.
static RGBPolicy valueOf(String name)
           
static RGBPolicy[] 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 RGBPolicy EmbedProfile
Embed profile.


Off

public static final RGBPolicy Off
RGB policy is off.

Method Detail

values

public static RGBPolicy[] values()

valueOf

public static RGBPolicy valueOf(String name)

getValue

public String getValue()
Retrieves the RGB policy.

Returns:
The RGB policy.


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