com.esri.arcgis.display
Interface esriTextHorizontalAlignment

All Superinterfaces:
java.io.Serializable

public interface esriTextHorizontalAlignment
extends java.io.Serializable

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

Description: 'Horizontal 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 esriTHACenter
          The text is center justified.
static int esriTHAFull
          The text is fully justified.
static int esriTHALeft
          The text is left justified.
static int esriTHARight
          The text is right justified.
 

Field Detail

esriTHALeft

static final int esriTHALeft
The text is left justified.

See Also:
Constant Field Values

esriTHACenter

static final int esriTHACenter
The text is center justified.

See Also:
Constant Field Values

esriTHARight

static final int esriTHARight
The text is right justified.

See Also:
Constant Field Values

esriTHAFull

static final int esriTHAFull
The text is fully justified.

See Also:
Constant Field Values