Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
PageNumberField.setNumberFormat(NumberFormat format)
Specifies the number format of this field.
|
void |
PageCountField.setNumberFormat(NumberFormat format)
Specifies the number format of this field.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.