Package | Description |
---|---|
net.sf.paperclips |
Core classes for creating printable documents.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultPageNumberFormat
The default PageNumberFormat used by PageNumberPrints.
|
Modifier and Type | Method and Description |
---|---|
PageNumberFormat |
PageNumberPageDecoration.getFormat()
Returns the page number format.
|
PageNumberFormat |
PageNumberPrint.getPageNumberFormat()
Returns the page number format.
|
Modifier and Type | Method and 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.
|