Class PDFTemplateEditPage


  • public class PDFTemplateEditPage
    extends InlinePage
    Represents the actions possible when editing a PDF template.
    Since:
    14.9RC1
    Version:
    $Id: c21663ccc4d1c57be5e2d0ef2e41bd3db326f6de $
    • Constructor Detail

      • PDFTemplateEditPage

        public PDFTemplateEditPage()
    • Method Detail

      • getCover

        public String getCover()
        Returns:
        the code that controls the PDF cover
      • setCover

        public void setCover​(String value)
        Sets the code that controls the PDF cover
        Parameters:
        value - the new code for the PDF cover
      • getTableOfContents

        public String getTableOfContents()
        Returns:
        the code that controls the PDF table of contents
      • setTableOfContents

        public void setTableOfContents​(String value)
        Sets the code that controls the PDF table of content
        Parameters:
        value - the new code for the PDF table of contents
      • getHeader

        public String getHeader()
        Returns:
        the code that controls the PDF header
      • setHeader

        public void setHeader​(String value)
        Sets the code that controls the PDF header.
        Parameters:
        value - the new code for the PDF header
      • getFooter

        public String getFooter()
        Returns:
        the code that controls the PDF footer
      • setFooter

        public void setFooter​(String value)
        Sets the code that controls the PDF footer.
        Parameters:
        value - the new code for the PDF footer
        Since:
        14.10