Enum CurrencySymbolPositionType

Enum CurrencySymbolPositionType

Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.2.0)

Specifies the position of a currency symbol.

public enum CurrencySymbolPositionType

Fields

After = 1

Indicates After currency symbol position type.

AfterWithSpace = 3

Indicates AfterWithSpace currency symbol position type.

Before = 0

Indicates Before currency symbol position type.

BeforeWithSpace = 2

Indicates BeforeWithSpace currency symbol position type.

Undefined = -1

Indicates undefined value means that the field was not defined in original project file.

Remarks

While exporting into XML the Undefined values will be eliminated from resulting XML.