com.esri.arcgis.carto
Interface esriMaplexRotationAlignmentType

All Superinterfaces:
java.io.Serializable

public interface esriMaplexRotationAlignmentType
extends java.io.Serializable

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

Description: 'Label alignment value options.' 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 esriMaplexRotationAlignmentHorizontal
          Label is kept horizontal regardless of rotation angle.
static int esriMaplexRotationAlignmentPerpendicular
          Label is aligned prependicular to the rotation angle.
static int esriMaplexRotationAlignmentStraight
          Label is aligned straight with the rotation angle.
 

Field Detail

esriMaplexRotationAlignmentStraight

static final int esriMaplexRotationAlignmentStraight
Label is aligned straight with the rotation angle.

See Also:
Constant Field Values

esriMaplexRotationAlignmentHorizontal

static final int esriMaplexRotationAlignmentHorizontal
Label is kept horizontal regardless of rotation angle.

See Also:
Constant Field Values

esriMaplexRotationAlignmentPerpendicular

static final int esriMaplexRotationAlignmentPerpendicular
Label is aligned prependicular to the rotation angle.

See Also:
Constant Field Values