|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NumberFormat | |
---|---|
org.odftoolkit.simple.common.field | Provide convenient methods to manipulate Fields in ODF text document. |
org.odftoolkit.simple.style | Provide convenient methods to handle style definitions in ODF document. |
Uses of NumberFormat in org.odftoolkit.simple.common.field |
---|
Methods in org.odftoolkit.simple.common.field with parameters of type NumberFormat | |
---|---|
void |
PageNumberField.setNumberFormat(NumberFormat format)
Specifies the number format of this field. |
void |
PageCountField.setNumberFormat(NumberFormat format)
Specifies the number format of this field. |
Uses of NumberFormat in org.odftoolkit.simple.style |
---|
Methods in org.odftoolkit.simple.style that return NumberFormat | |
---|---|
static NumberFormat |
NumberFormat.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static NumberFormat[] |
NumberFormat.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |