com.esri.arcgis.carto
Interface esriMaplexKeyNumberHorizontalAlignment

All Superinterfaces:
Serializable

public interface esriMaplexKeyNumberHorizontalAlignment
extends Serializable

Identifies the options for horizontal alignment in a Maplex key numbering group.

Product Availability

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


Field Summary
static int esriMaplexKeyNumberHorizontalAlignmentAuto
          Key numbering group is automatically aligned.
static int esriMaplexKeyNumberHorizontalAlignmentLeft
          Key numbering group is left aligned.
static int esriMaplexKeyNumberHorizontalAlignmentRight
          Key numbering group is right aligned.
 

Field Detail

esriMaplexKeyNumberHorizontalAlignmentAuto

static final int esriMaplexKeyNumberHorizontalAlignmentAuto
Key numbering group is automatically aligned.

See Also:
Constant Field Values

esriMaplexKeyNumberHorizontalAlignmentLeft

static final int esriMaplexKeyNumberHorizontalAlignmentLeft
Key numbering group is left aligned.

See Also:
Constant Field Values

esriMaplexKeyNumberHorizontalAlignmentRight

static final int esriMaplexKeyNumberHorizontalAlignmentRight
Key numbering group is right aligned.

See Also:
Constant Field Values