Package | Description |
---|---|
net.sf.paperclips |
Core classes for creating printable documents.
|
Modifier and Type | Method and Description |
---|---|
PageNumber |
PageNumberPrint.getPageNumber()
Returns the page number of this Print.
|
Modifier and Type | Method and Description |
---|---|
Print |
PageNumberPageDecoration.createPrint(PageNumber pageNumber) |
Print |
PageDecoration.createPrint(PageNumber pageNumber)
Returns a decorator Print for the page with the given page number, or
null if no decoration is provided for the given page.
|
Print |
SimplePageDecoration.createPrint(PageNumber pageNumber) |
java.lang.String |
PageNumberFormat.format(PageNumber pageNumber)
Returns a formatted String representing the pageNumber argument.
|
java.lang.String |
DefaultPageNumberFormat.format(PageNumber pageNumber) |
void |
PageNumberPrint.setPageNumber(PageNumber pageNumber)
Sets the page number to the argument.
|
Constructor and Description |
---|
PageNumberPrint(PageNumber pageNumber)
Constructs a PageNumberPrint for the given page number.
|
PageNumberPrint(PageNumber pageNumber,
FontData fontData)
Constructs a PageNumberPrint for the given page number and font.
|
PageNumberPrint(PageNumber pageNumber,
FontData fontData,
int align)
Constructs a PageNumberPrint for the given page number, font and
alignment.
|