public final class CurrencySymbolPositionType extends Object
Specifies the position of a currency symbol. While exporting into XML the Undefined values will be eliminated from resulting XML.
Modifier and Type | Field and Description |
---|---|
static int |
After
After.
|
static int |
AfterWithSpace
AfterWithSpace.
|
static int |
Before
Before.
|
static int |
BeforeWithSpace
BeforeWithSpace.
|
static int |
Undefined
Undefined value means that the field was not defined in original project file.
|
public static final int Undefined
Undefined value means that the field was not defined in original project file.
public static final int Before
Before.
public static final int After
After.
public static final int BeforeWithSpace
BeforeWithSpace.
public static final int AfterWithSpace
AfterWithSpace.
Copyright (c) 2008-2015 Aspose Pty Ltd. All Rights Reserved.