Interface LayoutMasterBuilder


  • public interface LayoutMasterBuilder
    Provides a builder for a layout master.
    • Method Detail

      • newTemplate

        PageTemplateBuilder newTemplate​(Condition condition)
        Adds a new template to the builder.
        Parameters:
        condition - a condition
        Returns:
        returns a new page template builder
      • setPageArea

        PageAreaBuilder setPageArea​(PageAreaProperties properties)
        Sets the page area.
        Parameters:
        properties - the properties of the page area
        Returns:
        returns a page area builder