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 classDefaultPageNumberFormatThe default PageNumberFormat used by PageNumberPrints.Methods in net.sf.paperclips that return PageNumberFormat Modifier and Type Method Description PageNumberFormatPageNumberPageDecoration. getFormat()Returns the page number format.PageNumberFormatPageNumberPrint. getPageNumberFormat()Returns the page number format.Methods in net.sf.paperclips with parameters of type PageNumberFormat Modifier and Type Method Description voidPageNumberPageDecoration. 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.
-