Interface PrintRenderContext

All Superinterfaces:
ReadOnlyPropertyBean, RenderContext

public interface PrintRenderContext extends RenderContext
PrintRenderContext.
Author:
Werner Randelshofer
  • Field Details

    • PAGE_FIGURE

      static final Key<Figure> PAGE_FIGURE
      The figure which defines the layout of the current print page. This is typically a Page.
    • INTERNAL_PAGE_NUMBER

      static final Key<Integer> INTERNAL_PAGE_NUMBER
      Defines the current internal page number of a page figure. A page figure may define the layout for multiple pages - for example for continuous form paper.
    • PAGE_NUMBER

      static final Key<Integer> PAGE_NUMBER
      Defines the current page number of the print job.

      This number starts with 1 instead of with 0.

    • NUMBER_OF_PAGES

      static final Key<Integer> NUMBER_OF_PAGES
      Defines the total number of a pages in the print job.