com.esri.arcgis.carto
Interface esriServerHTMLPopupType

All Superinterfaces:
java.io.Serializable

public interface esriServerHTMLPopupType
extends java.io.Serializable

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

Description: 'HTML Popup Type.' 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 esriServerHTMLPopupTypeAsHTMLText
          HTML as Text
static int esriServerHTMLPopupTypeAsURL
          URL
static int esriServerHTMLPopupTypeNone
          None
 

Field Detail

esriServerHTMLPopupTypeNone

static final int esriServerHTMLPopupTypeNone
None

See Also:
Constant Field Values

esriServerHTMLPopupTypeAsURL

static final int esriServerHTMLPopupTypeAsURL
URL

See Also:
Constant Field Values

esriServerHTMLPopupTypeAsHTMLText

static final int esriServerHTMLPopupTypeAsHTMLText
HTML as Text

See Also:
Constant Field Values