Interface PageDecoration

    • Method Detail

      • createPrint

        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.
        Parameters:
        pageNumber - the page number of the page being decorated.
        Returns:
        a decorator Print for the page with the given page number, or null if no decoration is provided for the given page.