Uses of Interface
net.sf.paperclips.PageNumberFormat
Packages that use PageNumberFormat
-
Uses of PageNumberFormat in net.sf.paperclips
Classes in net.sf.paperclips that implement PageNumberFormatModifier and TypeClassDescriptionfinal classThe default PageNumberFormat used by PageNumberPrints.Methods in net.sf.paperclips that return PageNumberFormatModifier and TypeMethodDescriptionPageNumberPageDecoration.getFormat()Returns the page number format.PageNumberPrint.getPageNumberFormat()Returns the page number format.Methods in net.sf.paperclips with parameters of type PageNumberFormatModifier and TypeMethodDescriptionvoidPageNumberPageDecoration.setFormat(PageNumberFormat format) Sets the page number format.voidPageNumberPrint.setPageNumberFormat(PageNumberFormat format) Sets the format that will be used to convert the page number to a text string.