Enum CurrencySymbolPositionType

Enum CurrencySymbolPositionType

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

指定货币符号的位置。

public enum CurrencySymbolPositionType

字段

After = 1

表示货币符号位置类型为“后”。

AfterWithSpace = 3

表示货币符号位置类型为“后带空格”。

Before = 0

表示货币符号位置类型为“前”。

BeforeWithSpace = 2

表示货币符号位置类型为“前带空格”。

Undefined = -1

表示未定义值,意味着该字段在原始项目文件中未定义。

备注

在导出为XML时,未定义的值将从生成的XML中删除。

 中文