com.esri.arcgis.display
Interface esriTextDirection

All Superinterfaces:
java.io.Serializable

public interface esriTextDirection
extends java.io.Serializable

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

Description: 'Text symbol direction 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 esriTDAngle
          The text draws along an angle.
static int esriTDHorizontal
          The text draws horizontally.
static int esriTDVertical
          The text draws vertically.
 

Field Detail

esriTDHorizontal

static final int esriTDHorizontal
The text draws horizontally.

See Also:
Constant Field Values

esriTDAngle

static final int esriTDAngle
The text draws along an angle.

See Also:
Constant Field Values

esriTDVertical

static final int esriTDVertical
The text draws vertically.

See Also:
Constant Field Values