com.esri.arcgis.display
Interface esriTextVerticalAlignment

All Superinterfaces:
java.io.Serializable

public interface esriTextVerticalAlignment
extends java.io.Serializable

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

Description: 'Vertical text alignment 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 esriTVABaseline
          The text is aligned at the baseline.
static int esriTVABottom
          The text is aligned at the bottom.
static int esriTVACenter
          The text is aligned at the center.
static int esriTVATop
          The text is aligned at the top.
 

Field Detail

esriTVATop

static final int esriTVATop
The text is aligned at the top.

See Also:
Constant Field Values

esriTVACenter

static final int esriTVACenter
The text is aligned at the center.

See Also:
Constant Field Values

esriTVABaseline

static final int esriTVABaseline
The text is aligned at the baseline.

See Also:
Constant Field Values

esriTVABottom

static final int esriTVABottom
The text is aligned at the bottom.

See Also:
Constant Field Values