com.esri.arcgis.display
Interface esriMoveTextConstraints

All Superinterfaces:
java.io.Serializable

public interface esriMoveTextConstraints
extends java.io.Serializable

Constants from esriMoveTextConstraints' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriDisplay.olb'

Description: 'Esri move text constraint.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


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