| Interface | Description |
|---|---|
| PageDecoration |
An interface for creating page decorations.
|
| PageNumber |
Instances of this class represent a page index in the output of a PagePrint.
|
| PageNumberFormat |
Interface for formatting a PageNumber instance into a printable string.
|
| Class | Description |
|---|---|
| DefaultPageNumberFormat |
The default PageNumberFormat used by PageNumberPrints.
|
| PageIterator | |
| PageNumberIterator | |
| PageNumberPageDecoration |
A PageDecoration which displays the page number.
|
| PageNumberPiece | |
| PageNumberPrint |
Displays the page number and page count within the context of a
PagePrint. |
| PagePrint |
A decorator Print which displays page headers and footers around a document
body, with page numbering capabilities.
|
| SimplePageDecoration |
A PageDecoration which displays the same decoration on every page (ignoring
the page number).
|