public interface PageDecoration
PagePrint
,
SimplePageDecoration
,
PageNumberPageDecoration
Modifier and Type | Method and Description |
---|---|
Print |
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 createPrint(PageNumber pageNumber)
pageNumber
- the page number of the page being decorated.