com.esri.arcgis.carto
Interface acHTextAlignment

All Superinterfaces:
Serializable

public interface acHTextAlignment
extends Serializable

ArcIMS horizontal text alignment options.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int acCenterHTextAlignment
          The text is center justified.
static int acLeftHTextAlignment
          The text is left justified.
static int acRightHTextAlignment
          The text is right justified.
 

Field Detail

acLeftHTextAlignment

static final int acLeftHTextAlignment
The text is left justified.

See Also:
Constant Field Values

acCenterHTextAlignment

static final int acCenterHTextAlignment
The text is center justified.

See Also:
Constant Field Values

acRightHTextAlignment

static final int acRightHTextAlignment
The text is right justified.

See Also:
Constant Field Values