com.esri.arcgis.carto
Interface esriMaplexStackingJustification

All Superinterfaces:
Serializable

public interface esriMaplexStackingJustification
extends Serializable

Identifies the justification options for a stacked label.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriMaplexChooseBestJustification
          Best Justification.
static int esriMaplexConstrainJustificationCenter
          Center Justification.
static int esriMaplexConstrainJustificationLeft
          Left Justification.
static int esriMaplexConstrainJustificationLeftOrRight
          Left or Right Justification.
static int esriMaplexConstrainJustificationRight
          Right Justification.
 

Field Detail

esriMaplexChooseBestJustification

static final int esriMaplexChooseBestJustification
Best Justification.

See Also:
Constant Field Values

esriMaplexConstrainJustificationLeftOrRight

static final int esriMaplexConstrainJustificationLeftOrRight
Left or Right Justification.

See Also:
Constant Field Values

esriMaplexConstrainJustificationLeft

static final int esriMaplexConstrainJustificationLeft
Left Justification.

See Also:
Constant Field Values

esriMaplexConstrainJustificationRight

static final int esriMaplexConstrainJustificationRight
Right Justification.

See Also:
Constant Field Values

esriMaplexConstrainJustificationCenter

static final int esriMaplexConstrainJustificationCenter
Center Justification.

See Also:
Constant Field Values