Uses of Class
org.odftoolkit.simple.common.field.PageNumberField

Packages that use PageNumberField
org.odftoolkit.simple.common.field Provide convenient methods to manipulate Fields in ODF text document. 
 

Uses of PageNumberField in org.odftoolkit.simple.common.field
 

Methods in org.odftoolkit.simple.common.field that return PageNumberField
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-2011 The Apache Software Foundation. All Rights Reserved.