Package com.microstrategy.web.objects
Interface EnumGridNumberCurrencyPosition
-
public interface EnumGridNumberCurrencyPosition
This interface contains enumeration constants which describe possible locations for the currency symbol in a currency format string.- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Field Summary
Fields Modifier and Type Field Description static int
GRID_NUMBER_CURRENCY_POSITION_LEFT
Specifies that the currency position should be on the left side of the number with no trailing space.static int
GRID_NUMBER_CURRENCY_POSITION_LEFT_SPACE
Specifies that the currency position should be on the left side of the number with a trailing space.static int
GRID_NUMBER_CURRENCY_POSITION_RIGHT
Specifies that the currency position should be on the right side of the number with no trailing space.static int
GRID_NUMBER_CURRENCY_POSITION_RIGHT_SPACE
Specifies that the currency position should be on the right side of the number with a trailing space.
-
-
-
Field Detail
-
GRID_NUMBER_CURRENCY_POSITION_LEFT
static final int GRID_NUMBER_CURRENCY_POSITION_LEFT
Specifies that the currency position should be on the left side of the number with no trailing space.- See Also:
- Constant Field Values
-
GRID_NUMBER_CURRENCY_POSITION_RIGHT
static final int GRID_NUMBER_CURRENCY_POSITION_RIGHT
Specifies that the currency position should be on the right side of the number with no trailing space.- See Also:
- Constant Field Values
-
GRID_NUMBER_CURRENCY_POSITION_LEFT_SPACE
static final int GRID_NUMBER_CURRENCY_POSITION_LEFT_SPACE
Specifies that the currency position should be on the left side of the number with a trailing space.- See Also:
- Constant Field Values
-
GRID_NUMBER_CURRENCY_POSITION_RIGHT_SPACE
static final int GRID_NUMBER_CURRENCY_POSITION_RIGHT_SPACE
Specifies that the currency position should be on the right side of the number with a trailing space.- See Also:
- Constant Field Values
-
-