com.esri.arcgis.output
Interface esriCMYKIndex

All Superinterfaces:
java.io.Serializable

public interface esriCMYKIndex
extends java.io.Serializable

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

Description: 'Index of CMYK plates.' 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 esriCMYKIndexBlack
          Black.
static int esriCMYKIndexCyan
          Cyan.
static int esriCMYKIndexMagenta
          Magenta.
static int esriCMYKIndexYellow
          Yellow.
 

Field Detail

esriCMYKIndexCyan

static final int esriCMYKIndexCyan
Cyan.

See Also:
Constant Field Values

esriCMYKIndexMagenta

static final int esriCMYKIndexMagenta
Magenta.

See Also:
Constant Field Values

esriCMYKIndexYellow

static final int esriCMYKIndexYellow
Yellow.

See Also:
Constant Field Values

esriCMYKIndexBlack

static final int esriCMYKIndexBlack
Black.

See Also:
Constant Field Values