com.esri.arcgis.output
Interface esriPSDriverSeparates

All Superinterfaces:
java.io.Serializable

public interface esriPSDriverSeparates
extends java.io.Serializable

Constants from esriPSDriverSeparates' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriOutput.olb'

Description: 'PostScript Driver Color Separation settings.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static int esriPSDriverSeparateBlack
          Black Plate.
static int esriPSDriverSeparateCustom
          Custom Spot Color Plate.
static int esriPSDriverSeparateCyan
          Cyan Plate.
static int esriPSDriverSeparateMagenta
          Magenta Plate.
static int esriPSDriverSeparateYellow
          Yellow Plate.
 

Field Detail

esriPSDriverSeparateCyan

static final int esriPSDriverSeparateCyan
Cyan Plate.

See Also:
Constant Field Values

esriPSDriverSeparateMagenta

static final int esriPSDriverSeparateMagenta
Magenta Plate.

See Also:
Constant Field Values

esriPSDriverSeparateYellow

static final int esriPSDriverSeparateYellow
Yellow Plate.

See Also:
Constant Field Values

esriPSDriverSeparateBlack

static final int esriPSDriverSeparateBlack
Black Plate.

See Also:
Constant Field Values

esriPSDriverSeparateCustom

static final int esriPSDriverSeparateCustom
Custom Spot Color Plate.

See Also:
Constant Field Values