com.esri.arcgis.output
Interface esriExportPDFLayerOptions

All Superinterfaces:
java.io.Serializable

public interface esriExportPDFLayerOptions
extends java.io.Serializable

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

Description: 'Export PDF Layers and Feature Attributes 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 esriExportPDFLayerOptionsLayersAndFeatureAttributes
          Layers and Feature Attributes.
static int esriExportPDFLayerOptionsLayersOnly
          Layers Only.
static int esriExportPDFLayerOptionsNone
          No Layers and Feature Attributes.
 

Field Detail

esriExportPDFLayerOptionsNone

static final int esriExportPDFLayerOptionsNone
No Layers and Feature Attributes.

See Also:
Constant Field Values

esriExportPDFLayerOptionsLayersOnly

static final int esriExportPDFLayerOptionsLayersOnly
Layers Only.

See Also:
Constant Field Values

esriExportPDFLayerOptionsLayersAndFeatureAttributes

static final int esriExportPDFLayerOptionsLayersAndFeatureAttributes
Layers and Feature Attributes.

See Also:
Constant Field Values