com.esri.arcgis.carto
Interface esriMaplexLabelAnchorPoint

All Superinterfaces:
java.io.Serializable

public interface esriMaplexLabelAnchorPoint
extends java.io.Serializable

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

Description: 'Label Anchor Point 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 esriMaplexCenterOfLabel
          Anchor point is the center of the label.
static int esriMaplexFurthestSideOfLabel
          Anchor point is the furthest side of the label.
static int esriMaplexNearestSideOfLabel
          Anchor point is the nearest side of the label.
 

Field Detail

esriMaplexCenterOfLabel

static final int esriMaplexCenterOfLabel
Anchor point is the center of the label.

See Also:
Constant Field Values

esriMaplexNearestSideOfLabel

static final int esriMaplexNearestSideOfLabel
Anchor point is the nearest side of the label.

See Also:
Constant Field Values

esriMaplexFurthestSideOfLabel

static final int esriMaplexFurthestSideOfLabel
Anchor point is the furthest side of the label.

See Also:
Constant Field Values