Overview | Methods | This Package | All Packages
| Fields | Description |
| GROUP_DIGITS | Specifies that numbers should be grouped with a thousands separator; for example, "1,000,456". |
| LEADING_DIGIT | Specifies that a leading digit should be used. |
| NEGATIVE_PARENS | Specifies that negative values should be placed inside parentheses. |
| NO_GROUP_DIGITS | Specifies that numbers should not be grouped with a thousands separator; for example; "1000456". |
| NO_LEADING_DIGIT | Specifies that a leading digit should not be used. |
| NO_NEGATIVE_PARENS | Specifies that negative values should not be placed inside parentheses. |