CurrencySymbolPositionType
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class CurrencySymbolPositionType extends System.Enum
Specifies the position of a currency symbol.
While exporting into XML the Undefined values will be eliminated from resulting XML.
Fields
Field | Description |
---|---|
After | Indicates After currency symbol position type. |
AfterWithSpace | Indicates AfterWithSpace currency symbol position type. |
Before | Indicates Before currency symbol position type. |
BeforeWithSpace | Indicates BeforeWithSpace currency symbol position type. |
Undefined | Indicates undefined value means that the field was not defined in original project file. |
After
public static final int After
Indicates After currency symbol position type.
AfterWithSpace
public static final int AfterWithSpace
Indicates AfterWithSpace currency symbol position type.
Before
public static final int Before
Indicates Before currency symbol position type.
BeforeWithSpace
public static final int BeforeWithSpace
Indicates BeforeWithSpace currency symbol position type.
Undefined
public static final int Undefined
Indicates undefined value means that the field was not defined in original project file.