com.esri.arcgis.arcmap
Interface esriReportExportType

All Superinterfaces:
java.io.Serializable

public interface esriReportExportType
extends java.io.Serializable

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

Description: 'Report export types.' 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 esriReportExportHTML
          Exports a Report report as HTML files.
static int esriReportExportPDF
          Exports a Report report as a PDF file.
static int esriReportExportRTF
          Exports a Report report as an RTF file.
static int esriReportExportTIFF
          Exports a Report report as a TIFF file.
static int esriReportExportTXT
          Exports a Report report as a TXT file.
static int esriReportExportXLS
          Exports a Report report as an XLS file.
 

Field Detail

esriReportExportHTML

static final int esriReportExportHTML
Exports a Report report as HTML files.

See Also:
Constant Field Values

esriReportExportPDF

static final int esriReportExportPDF
Exports a Report report as a PDF file.

See Also:
Constant Field Values

esriReportExportRTF

static final int esriReportExportRTF
Exports a Report report as an RTF file.

See Also:
Constant Field Values

esriReportExportTIFF

static final int esriReportExportTIFF
Exports a Report report as a TIFF file.

See Also:
Constant Field Values

esriReportExportTXT

static final int esriReportExportTXT
Exports a Report report as a TXT file.

See Also:
Constant Field Values

esriReportExportXLS

static final int esriReportExportXLS
Exports a Report report as an XLS file.

See Also:
Constant Field Values