com.esri.arcgis.output
Interface IExportPDF2

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ExportPDF, IExportPDF2Proxy

public interface IExportPDF2
extends java.io.Serializable

COM Interface 'IExportPDF2'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriOutput.olb'

Description: 'Provides extended access to members that control the PDF (Portable Document Format) Export.' 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 java.lang.String IID
          Deprecated. Internal use only
static int IID86d86855_631d_4a75_ad19_725b460208c7
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getExportPDFLayersAndFeatureAttributes()
          PDF Layers and Feature Attributes option.
 boolean isExportMeasureInfo()
          Indicates whether geographic coordinate and measurement information is exported.
 void setExportMeasureInfo(boolean pbMeasureInformation)
          Indicates whether geographic coordinate and measurement information is exported.
 void setExportPDFLayersAndFeatureAttributes(int pOption)
          PDF Layers and Feature Attributes option.
 

Field Detail

IID86d86855_631d_4a75_ad19_725b460208c7

static final int IID86d86855_631d_4a75_ad19_725b460208c7
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setExportPDFLayersAndFeatureAttributes

void setExportPDFLayersAndFeatureAttributes(int pOption)
                                            throws java.io.IOException,
                                                   AutomationException
PDF Layers and Feature Attributes option.

Parameters:
pOption - A com.esri.arcgis.output.esriExportPDFLayerOptions constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getExportPDFLayersAndFeatureAttributes

int getExportPDFLayersAndFeatureAttributes()
                                           throws java.io.IOException,
                                                  AutomationException
PDF Layers and Feature Attributes option.

Returns:
A com.esri.arcgis.output.esriExportPDFLayerOptions constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setExportMeasureInfo

void setExportMeasureInfo(boolean pbMeasureInformation)
                          throws java.io.IOException,
                                 AutomationException
Indicates whether geographic coordinate and measurement information is exported.

Parameters:
pbMeasureInformation - The pbMeasureInformation (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isExportMeasureInfo

boolean isExportMeasureInfo()
                            throws java.io.IOException,
                                   AutomationException
Indicates whether geographic coordinate and measurement information is exported.

Returns:
The pbMeasureInformation
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.