com.esri.arcgis.display
Interface esriTextHorizontalAlignment

All Superinterfaces:
java.io.Serializable

public interface esriTextHorizontalAlignment
extends java.io.Serializable

Horizontal text alignment options.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Description

esriTextHorizontalAlignment specifies the horizontal alignment options used with the IFormattedTextSymbol interface.


Field Summary
static int esriTHACenter
           
static int esriTHAFull
           
static int esriTHALeft
           
static int esriTHARight
           
 

Field Detail

esriTHALeft

public static final int esriTHALeft
See Also:
Constant Field Values

esriTHACenter

public static final int esriTHACenter
See Also:
Constant Field Values

esriTHARight

public static final int esriTHARight
See Also:
Constant Field Values

esriTHAFull

public static final int esriTHAFull
See Also:
Constant Field Values