PDF Clown
0.1.2

Uses of Class
org.pdfclown.documents.interaction.navigation.page.PageLabel.NumberStyleEnum

Packages that use PageLabel.NumberStyleEnum
org.pdfclown.documents.interaction.navigation.page Features that enable the user to navigate from page to page within a document [PDF:1.6:8.3]. 
 

Uses of PageLabel.NumberStyleEnum in org.pdfclown.documents.interaction.navigation.page
 

Methods in org.pdfclown.documents.interaction.navigation.page that return PageLabel.NumberStyleEnum
static PageLabel.NumberStyleEnum PageLabel.NumberStyleEnum.get(PdfName value)
          Gets the number style corresponding to the given value.
 PageLabel.NumberStyleEnum PageLabel.getNumberStyle()
          Gets the numbering style to be used for the numeric suffix of each page label in this range.
static PageLabel.NumberStyleEnum PageLabel.NumberStyleEnum.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PageLabel.NumberStyleEnum[] PageLabel.NumberStyleEnum.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.pdfclown.documents.interaction.navigation.page with parameters of type PageLabel.NumberStyleEnum
 void PageLabel.setNumberStyle(PageLabel.NumberStyleEnum value)
           
 

Constructors in org.pdfclown.documents.interaction.navigation.page with parameters of type PageLabel.NumberStyleEnum
PageLabel(Document context, PageLabel.NumberStyleEnum numberStyle)
           
PageLabel(Document context, String prefix, PageLabel.NumberStyleEnum numberStyle, int numberBase)
           
 


PDF Clown
0.1.2

Project home page

Copyright © 2006-2013 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.