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

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

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

Methods in org.odftoolkit.simple.common.field that return PageNumberField.DisplayType
static PageNumberField.DisplayType PageNumberField.DisplayType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PageNumberField.DisplayType[] PageNumberField.DisplayType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.odftoolkit.simple.common.field with parameters of type PageNumberField.DisplayType
 void PageNumberField.setDisplayPage(PageNumberField.DisplayType type)
          Specifies whether to display or not the number of a previous or following page rather than the number of the current page.
 



Copyright © 2010-2017 The Apache Software Foundation. All Rights Reserved.