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

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

public final class Color
extends java.lang.Enum

Represents color options that are applicable to the PostScipt file. This enumertion value is used when the ToPSOptionsSpec object's setColor method is called. To see this enumeration value used in a code example, see the Converting a PDF document to PostScript using the Java API quick start in Programming with LiveCycle ES4.

See Also:
Serialized Form

Field Summary
static Color composite
          Represents a composite color value.
static Color compositeGray
          Represents a compositeGray color value (produces a black and white image).
 
Method Summary
static Color valueOf(java.lang.String name)
           
static Color[] 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

composite

public static final Color composite
Represents a composite color value.


compositeGray

public static final Color compositeGray
Represents a compositeGray color value (produces a black and white image).

Method Detail

values

public static Color[] values()

valueOf

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


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