Package com.aspose.tasks
Class CurrencySymbolPositionType
- java.lang.Object
-
- com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
-
- com.aspose.ms.System.Enum
-
- com.aspose.tasks.CurrencySymbolPositionType
-
public final class CurrencySymbolPositionType extends com.aspose.ms.System.EnumSpecifies the position of a currency symbol.
While exporting into XML the Undefined values will be eliminated from resulting XML.
-
-
Field Summary
Fields Modifier and Type Field Description static intAfterIndicates After currency symbol position type.static intAfterWithSpaceIndicates AfterWithSpace currency symbol position type.static intBeforeIndicates Before currency symbol position type.static intBeforeWithSpaceIndicates BeforeWithSpace currency symbol position type.static intUndefinedIndicates undefined value means that the field was not defined in original project file.
-
Method Summary
-
Methods inherited from class com.aspose.ms.System.Enum
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
-
-
-
-
Field Detail
-
Undefined
public static final int Undefined
Indicates undefined value means that the field was not defined in original project file.
- See Also:
- Constant Field Values
-
Before
public static final int Before
Indicates Before currency symbol position type.
- See Also:
- Constant Field Values
-
After
public static final int After
Indicates After currency symbol position type.
- See Also:
- Constant Field Values
-
BeforeWithSpace
public static final int BeforeWithSpace
Indicates BeforeWithSpace currency symbol position type.
- See Also:
- Constant Field Values
-
AfterWithSpace
public static final int AfterWithSpace
Indicates AfterWithSpace currency symbol position type.
- See Also:
- Constant Field Values
-
-