Interface PageArea

  • All Known Implementing Classes:
    PageAreaImpl

    public interface PageArea
    Provides a page area builder.
    • Method Detail

      • getBeforeArea

        FormatterCore getBeforeArea()
        Gets a formatter core for the area before the page area.
        Returns:
        returns a formatter core
      • getAfterArea

        FormatterCore getAfterArea()
        Gets a formatter core for the area after the page area.
        Returns:
        returns a formatter core