public final class CurrencySymbolPositionType extends Object
Specifies the position of a currency symbol.
Modifier and Type | Field and Description |
---|---|
static int |
After
|
static int |
AfterWithSpace
|
static int |
Before
|
static int |
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
public static final int After
public static final int BeforeWithSpace
public static final int AfterWithSpace
Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.