Uses of Interface
net.sf.paperclips.PageNumberFormat
-
Packages that use PageNumberFormat Package Description net.sf.paperclips Core classes for creating printable documents. -
-
Uses of PageNumberFormat in net.sf.paperclips
Classes in net.sf.paperclips that implement PageNumberFormat Modifier and Type Class Description class
DefaultPageNumberFormat
The default PageNumberFormat used by PageNumberPrints.Methods in net.sf.paperclips that return PageNumberFormat Modifier and Type Method Description PageNumberFormat
PageNumberPageDecoration. getFormat()
Returns the page number format.PageNumberFormat
PageNumberPrint. getPageNumberFormat()
Returns the page number format.Methods in net.sf.paperclips with parameters of type PageNumberFormat Modifier and Type Method Description void
PageNumberPageDecoration. setFormat(PageNumberFormat format)
Sets the page number format.void
PageNumberPrint. setPageNumberFormat(PageNumberFormat format)
Sets the format that will be used to convert the page number to a text string.
-