com.adobe.livecycle.convertpdfservice.client.enumeration
Class RGBPolicy
java.lang.Object
java.lang.Enum
com.adobe.livecycle.convertpdfservice.client.enumeration.RGBPolicy
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable
public final class RGBPolicy
- extends java.lang.Enum
Represents RGB policy settings.
- See Also:
- Serialized Form
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 |
EmbedProfile
public static final RGBPolicy EmbedProfile
- Embed profile.
Off
public static final RGBPolicy Off
- RGB policy is off.
values
public static RGBPolicy[] values()
valueOf
public static RGBPolicy valueOf(java.lang.String name)
getValue
public java.lang.String getValue()
- Retrieves the RGB policy.
- Returns:
- The RGB policy.