com.esri.arcgis.display
Interface esriTextHorizontalAlignment

All Superinterfaces:
Serializable

public interface esriTextHorizontalAlignment
extends Serializable

Horizontal text alignment options.

Description

esriTextHorizontalAlignment specifies the horizontal 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 esriTHACenter
          The text is center justified.
static int esriTHAFull
          The text is fully justified.
static int esriTHALeft
          The text is left justified.
static int esriTHARight
          The text is right justified.
 

Field Detail

esriTHALeft

static final int esriTHALeft
The text is left justified.

See Also:
Constant Field Values

esriTHACenter

static final int esriTHACenter
The text is center justified.

See Also:
Constant Field Values

esriTHARight

static final int esriTHARight
The text is right justified.

See Also:
Constant Field Values

esriTHAFull

static final int esriTHAFull
The text is fully justified.

See Also:
Constant Field Values