public final class CurrencySymbolPositionType
extends com.aspose.ms.System.Enum
Specifies the position of a currency symbol.
Modifier and Type | Field and Description |
---|---|
static int |
After
Indicates After currency symbol position type.
|
static int |
AfterWithSpace
Indicates AfterWithSpace currency symbol position type.
|
static int |
Before
Indicates Before currency symbol position type.
|
static int |
BeforeWithSpace
Indicates BeforeWithSpace currency symbol position type.
|
static int |
Undefined
Indicates undefined value means that the field was not defined in original project file.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int Undefined
Indicates undefined value means that the field was not defined in original project file.
public static final int Before
Indicates Before currency symbol position type.
public static final int After
Indicates After currency symbol position type.
public static final int BeforeWithSpace
Indicates BeforeWithSpace currency symbol position type.
public static final int AfterWithSpace
Indicates AfterWithSpace currency symbol position type.