Package | Description |
---|---|
org.odftoolkit.simple.common.field |
Provide convenient methods to manipulate Fields in ODF text document
|
Modifier and Type | Method and Description |
---|---|
static PageNumberField |
Fields.createCurrentPageNumberField(OdfElement odfElement)
Create a page number field for the specific OdfElement, which displays
current page number.
|
static PageNumberField |
Fields.createNextPageNumberField(OdfElement odfElement)
Create a page number field for the specific OdfElement, which displays
next page number.
|
static PageNumberField |
Fields.createPreviousPageNumberField(OdfElement odfElement)
Create a page number field for the specific OdfElement, which displays
previous page number.
|
Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.