Interface PageTemplateBuilder


  • public interface PageTemplateBuilder
    Provides a page template builder.
    • Method Detail

      • addToHeader

        void addToHeader​(FieldList obj)
        Adds a line to the header
        Parameters:
        obj - the field list
      • addToFooter

        void addToFooter​(FieldList obj)
        Adds a line to the header
        Parameters:
        obj - the field list
      • addToLeftMargin

        void addToLeftMargin​(MarginRegion margin)
        Adds a column to the left margin of the page.
        Parameters:
        margin - the column
      • addToRightMargin

        void addToRightMargin​(MarginRegion margin)
        Adds a column to the right margin of the page.
        Parameters:
        margin - the column