com.esri.arcgis.carto
Interface esriHTMLPopupStyle

All Superinterfaces:
java.io.Serializable

public interface esriHTMLPopupStyle
extends java.io.Serializable

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

Description: 'HTML Popup Presentation Style.' 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 esriHTMLPopupStyleRedirectedHTML
          HTML content from redirected URL.
static int esriHTMLPopupStyleTwoColumnTable
          Two column HTML table of visible fields.
static int esriHTMLPopupStyleXSLStylesheet
          HTML content from processed XSL style sheet.
 

Field Detail

esriHTMLPopupStyleTwoColumnTable

static final int esriHTMLPopupStyleTwoColumnTable
Two column HTML table of visible fields.

See Also:
Constant Field Values

esriHTMLPopupStyleRedirectedHTML

static final int esriHTMLPopupStyleRedirectedHTML
HTML content from redirected URL.

See Also:
Constant Field Values

esriHTMLPopupStyleXSLStylesheet

static final int esriHTMLPopupStyleXSLStylesheet
HTML content from processed XSL style sheet.

See Also:
Constant Field Values