com.esri.arcgis.carto
Interface esriMaplexStackingJustification

All Superinterfaces:
java.io.Serializable

public interface esriMaplexStackingJustification
extends java.io.Serializable

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

Description: 'Identifies the justification options for a stacked label.' 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 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