Package | Description |
---|---|
net.sf.mpxj | |
net.sf.mpxj.conceptdraw | |
net.sf.mpxj.conceptdraw.schema | |
net.sf.mpxj.mpd | |
net.sf.mpxj.mpp | |
net.sf.mpxj.mspdi | |
net.sf.mpxj.mspdi.schema |
Modifier and Type | Method and Description |
---|---|
static CurrencySymbolPosition |
CurrencySymbolPosition.getInstance(int value)
Retrieve a CurrencySymbolPosition instance representing the supplied value.
|
CurrencySymbolPosition |
ProjectProperties.getSymbolPosition()
Retrieves a constant representing the position of the currency symbol.
|
static CurrencySymbolPosition |
CurrencySymbolPosition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CurrencySymbolPosition[] |
CurrencySymbolPosition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ProjectProperties.setSymbolPosition(CurrencySymbolPosition value)
Sets the position of the currency symbol.
|
Modifier and Type | Method and Description |
---|---|
static CurrencySymbolPosition |
DatatypeConverter.parseCurrencySymbolPosition(String value)
Parse a currency symbol position from a string representation.
|
Modifier and Type | Method and Description |
---|---|
static String |
DatatypeConverter.printCurrencySymbolPosition(CurrencySymbolPosition value)
Print a currency symbol position.
|
Modifier and Type | Field and Description |
---|---|
protected CurrencySymbolPosition |
Document.WorkspaceProperties.currencyPosition |
Modifier and Type | Method and Description |
---|---|
CurrencySymbolPosition |
Document.WorkspaceProperties.getCurrencyPosition()
Gets the value of the currencyPosition property.
|
CurrencySymbolPosition |
Adapter15.unmarshal(String value) |
Modifier and Type | Method and Description |
---|---|
String |
Adapter15.marshal(CurrencySymbolPosition value) |
void |
Document.WorkspaceProperties.setCurrencyPosition(CurrencySymbolPosition value)
Sets the value of the currencyPosition property.
|
Modifier and Type | Method and Description |
---|---|
static CurrencySymbolPosition |
MPDUtility.getSymbolPosition(int value)
This method maps the currency symbol position from the
representation used in the MPP file to the representation
used by MPX.
|
Modifier and Type | Method and Description |
---|---|
static CurrencySymbolPosition |
MPPUtility.getSymbolPosition(int value)
This method maps the currency symbol position from the
representation used in the MPP file to the representation
used by MPX.
|
Modifier and Type | Method and Description |
---|---|
static CurrencySymbolPosition |
DatatypeConverter.parseCurrencySymbolPosition(String value)
Parse a currency symbol position value.
|
Modifier and Type | Method and Description |
---|---|
static String |
DatatypeConverter.printCurrencySymbolPosition(CurrencySymbolPosition value)
Prints a currency symbol position value.
|
Modifier and Type | Field and Description |
---|---|
protected CurrencySymbolPosition |
Project.currencySymbolPosition |
Modifier and Type | Method and Description |
---|---|
CurrencySymbolPosition |
Project.getCurrencySymbolPosition()
Gets the value of the currencySymbolPosition property.
|
CurrencySymbolPosition |
Adapter7.unmarshal(String value) |
Modifier and Type | Method and Description |
---|---|
String |
Adapter7.marshal(CurrencySymbolPosition value) |
void |
Project.setCurrencySymbolPosition(CurrencySymbolPosition value)
Sets the value of the currencySymbolPosition property.
|
Copyright © 2000–2024 Packwood Software. All rights reserved.