com.esri.arcgis.carto
Interface acHTextAlignment

All Superinterfaces:
java.io.Serializable

public interface acHTextAlignment
extends java.io.Serializable

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

Description: 'ArcIMS 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 acCenterHTextAlignment
          The text is center justified.
static int acLeftHTextAlignment
          The text is left justified.
static int acRightHTextAlignment
          The text is right justified.
 

Field Detail

acLeftHTextAlignment

static final int acLeftHTextAlignment
The text is left justified.

See Also:
Constant Field Values

acCenterHTextAlignment

static final int acCenterHTextAlignment
The text is center justified.

See Also:
Constant Field Values

acRightHTextAlignment

static final int acRightHTextAlignment
The text is right justified.

See Also:
Constant Field Values