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

FieldDescription
AfterIndicates After currency symbol position type.
AfterWithSpaceIndicates AfterWithSpace currency symbol position type.
BeforeIndicates Before currency symbol position type.
BeforeWithSpaceIndicates BeforeWithSpace currency symbol position type.
UndefinedIndicates 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.