com.esri.arcgis.system
Interface esriNumericAlignmentEnum

All Superinterfaces:
java.io.Serializable

public interface esriNumericAlignmentEnum
extends java.io.Serializable

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

Description: 'Number format 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 esriAlignLeft
          Left-justify formatted numbers.
static int esriAlignRight
          Right-justify formatted numbers within the AlignmentWidth.
 

Field Detail

esriAlignRight

static final int esriAlignRight
Right-justify formatted numbers within the AlignmentWidth.

See Also:
Constant Field Values

esriAlignLeft

static final int esriAlignLeft
Left-justify formatted numbers.

See Also:
Constant Field Values