com.esri.arcgis.display
Interface esriTextVerticalAlignment

All Superinterfaces:
Serializable

public interface esriTextVerticalAlignment
extends Serializable

Vertical text alignment options.

Description

esriTextVerticalAlignment specifies the vertical alignment 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 esriTVABaseline
          The text is aligned at the baseline.
static int esriTVABottom
          The text is aligned at the bottom.
static int esriTVACenter
          The text is aligned at the center.
static int esriTVATop
          The text is aligned at the top.
 

Field Detail

esriTVATop

static final int esriTVATop
The text is aligned at the top.

See Also:
Constant Field Values

esriTVACenter

static final int esriTVACenter
The text is aligned at the center.

See Also:
Constant Field Values

esriTVABaseline

static final int esriTVABaseline
The text is aligned at the baseline.

See Also:
Constant Field Values

esriTVABottom

static final int esriTVABottom
The text is aligned at the bottom.

See Also:
Constant Field Values