com.esri.arcgis.framework
Interface esriDocumentType

All Superinterfaces:
java.io.Serializable

public interface esriDocumentType
extends java.io.Serializable

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

Description: 'Document 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 esriDocumentTypeDocument
          The current document.
static int esriDocumentTypeNormal
          The Normal template.
static int esriDocumentTypeTemplate
          The base template.
 

Field Detail

esriDocumentTypeNormal

static final int esriDocumentTypeNormal
The Normal template.

See Also:
Constant Field Values

esriDocumentTypeTemplate

static final int esriDocumentTypeTemplate
The base template.

See Also:
Constant Field Values

esriDocumentTypeDocument

static final int esriDocumentTypeDocument
The current document.

See Also:
Constant Field Values