com.esri.arcgis.carto
Interface acVTextAlignment

All Superinterfaces:
Serializable

public interface acVTextAlignment
extends Serializable

ArcIMS vertical text alignment options.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int acBottomVTextAlignment
          The text is bottom aligned.
static int acCenterVTextAlignment
          The text is center aligned.
static int acTopVTextAlignment
          The text is top aligned.
 

Field Detail

acTopVTextAlignment

static final int acTopVTextAlignment
The text is top aligned.

See Also:
Constant Field Values

acCenterVTextAlignment

static final int acCenterVTextAlignment
The text is center aligned.

See Also:
Constant Field Values

acBottomVTextAlignment

static final int acBottomVTextAlignment
The text is bottom aligned.

See Also:
Constant Field Values