com.esri.arcgis.carto
Interface esriMaplexConstrainOffset

All Superinterfaces:
Serializable

public interface esriMaplexConstrainOffset
extends Serializable

Maplex Constrain Offset Enumeration.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriMaplexAboveLine
          Label aligned to graticule.
static int esriMaplexBelowLine
          Label aligned by expression.
static int esriMaplexLeftOfLine
          Label aligned to feature direction.
static int esriMaplexNoConstraint
          Label aligned horizontally to map page.
static int esriMaplexRightOfLine
          Label aligned to feature direction and constrained to left.
 

Field Detail

esriMaplexNoConstraint

static final int esriMaplexNoConstraint
Label aligned horizontally to map page.

See Also:
Constant Field Values

esriMaplexAboveLine

static final int esriMaplexAboveLine
Label aligned to graticule.

See Also:
Constant Field Values

esriMaplexBelowLine

static final int esriMaplexBelowLine
Label aligned by expression.

See Also:
Constant Field Values

esriMaplexLeftOfLine

static final int esriMaplexLeftOfLine
Label aligned to feature direction.

See Also:
Constant Field Values

esriMaplexRightOfLine

static final int esriMaplexRightOfLine
Label aligned to feature direction and constrained to left.

See Also:
Constant Field Values