com.esri.arcgis.carto
Interface esriHTMLPopupStyle

All Superinterfaces:
Serializable

public interface esriHTMLPopupStyle
extends Serializable

HTML Popup Presentation Style.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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