com.esri.arcgis.carto
Interface esriMaplexConstrainOffset

All Superinterfaces:
java.io.Serializable

public interface esriMaplexConstrainOffset
extends java.io.Serializable

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

Description: 'Maplex Constrain Offset Enumeration.' 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 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