com.esri.arcgis.display
Interface esriMoveTextConstraints

All Superinterfaces:
Serializable

public interface esriMoveTextConstraints
extends Serializable

ESRI move text constraint.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriMoveTextConstraintsCursor
          Text goes where the cursor goes.
static int esriMoveTextConstraintsLeft
          Constrain text on left of the geometry.
static int esriMoveTextConstraintsOnTop
          Constrain text on top of the geometry.
static int esriMoveTextConstraintsRight
          Constrain text on right of the geometry.
 

Field Detail

esriMoveTextConstraintsLeft

static final int esriMoveTextConstraintsLeft
Constrain text on left of the geometry.

See Also:
Constant Field Values

esriMoveTextConstraintsRight

static final int esriMoveTextConstraintsRight
Constrain text on right of the geometry.

See Also:
Constant Field Values

esriMoveTextConstraintsOnTop

static final int esriMoveTextConstraintsOnTop
Constrain text on top of the geometry.

See Also:
Constant Field Values

esriMoveTextConstraintsCursor

static final int esriMoveTextConstraintsCursor
Text goes where the cursor goes.

See Also:
Constant Field Values