Class JDFElement.EnumSeparation

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable
    Enclosing class:
    JDFElement

    public static final class JDFElement.EnumSeparation
    extends org.apache.commons.lang.enums.ValuedEnum
    Separation Enumeration identifies the separation name.

    Possible values include:

    • Composite - Non-separated resource.
    • Separated - The resource is separated, but the separation definition is handled internally by the resource, such as a PDF file that contains SeparationInfo dictionaries.
    • Cyan - Process color.
    • Magenta - Process color.
    • Yellow - Process color.
    • Black - Process color.
    • Red - Additional process color.
    • Green - Additional process color.
    • Blue - Additional process color.
    • Orange - Additional process color.
    • Spot - Generic spot color. Used when the exact nature of the spot color is unknown.
    • Varnish - Varnish.
    Other values may be any separation name defined in the Name attribute of a JDFColor element in the JDFColorPool. When Separation is applied to a ColorantControlLink, it defines an implicit partition that selects a subset of separations for the process that is described by the ColorantControl.
    See Also:
    Serialized Form