com.esri.arcgis.display
Interface esriTextPosition

All Superinterfaces:
Serializable

public interface esriTextPosition
extends Serializable

Text symbol position options.

Description

esriTextPosition is the position of text on a line.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

See Also:
IFormattedTextSymbol, IFormattedTextSymbol.getPosition()

Field Summary
static int esriTPNormal
          The text draws normally.
static int esriTPSubscript
          The text draws as subscript text.
static int esriTPSuperscript
          The text draws as superscript text.
 

Field Detail

esriTPNormal

static final int esriTPNormal
The text draws normally.

See Also:
Constant Field Values

esriTPSuperscript

static final int esriTPSuperscript
The text draws as superscript text.

See Also:
Constant Field Values

esriTPSubscript

static final int esriTPSubscript
The text draws as subscript text.

See Also:
Constant Field Values