public enum StiTextFormatState extends java.lang.Enum<StiTextFormatState> implements IStiEnum
| Enum Constant and Description |
|---|
Abbreviation |
CurrencySymbol |
DecimalDigits |
DecimalSeparator |
GroupSeparator |
GroupSize |
NegativeInRed |
NegativePattern |
None |
PercentageSymbol |
PositivePattern |
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Modifier and Type | Method and Description |
|---|---|
int |
getValue() |
static StiTextFormatState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StiTextFormatState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StiTextFormatState None
public static final StiTextFormatState DecimalDigits
public static final StiTextFormatState DecimalSeparator
public static final StiTextFormatState GroupSeparator
public static final StiTextFormatState GroupSize
public static final StiTextFormatState PositivePattern
public static final StiTextFormatState NegativePattern
public static final StiTextFormatState CurrencySymbol
public static final StiTextFormatState PercentageSymbol
public static final StiTextFormatState Abbreviation
public static final StiTextFormatState NegativeInRed
public static StiTextFormatState[] values()
for (StiTextFormatState c : StiTextFormatState.values()) System.out.println(c);
public static StiTextFormatState valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2019 Stimulsoft. All Rights Reserved.