com.esri.arcgis.system
Interface esriNumericAlignmentEnum

All Superinterfaces:
Serializable

public interface esriNumericAlignmentEnum
extends Serializable

Number format alignment options.

Description

esriNumericAlignmentEnum specifies whether a set of numbers is right or left aligned. Use the RoundingValue method to set the number of digits, and the RoundingOption to set how numbers will be rounded.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux


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