com.esri.arcgis.display
Interface esriTextDirection

All Superinterfaces:
Serializable

public interface esriTextDirection
extends Serializable

Text symbol direction options.

Description

esriTextDirection specifies the directional options used with the IFormattedTextSymbol interface.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriTDAngle
          The text draws along an angle.
static int esriTDHorizontal
          The text draws horizontally.
static int esriTDVertical
          The text draws vertically.
 

Field Detail

esriTDHorizontal

static final int esriTDHorizontal
The text draws horizontally.

See Also:
Constant Field Values

esriTDAngle

static final int esriTDAngle
The text draws along an angle.

See Also:
Constant Field Values

esriTDVertical

static final int esriTDVertical
The text draws vertically.

See Also:
Constant Field Values