com.aspose.pdf

Interfaces

Classes

Enums

Exceptions

com.aspose.pdf

Class HeaderFooter

  • All Implemented Interfaces:
    com.aspose.ms.System.ICloneable


    public final class HeaderFooter
    extends Object
    implements com.aspose.ms.System.ICloneable

    Class represents header or footer pdf page.

    • Constructor Detail

      • HeaderFooter

        public HeaderFooter()
    • Method Detail

      • getParagraphs

        public Paragraphs getParagraphs()

        Gets the paragraphs.

        Returns:
        Paragraphs value
      • setParagraphs

        public void setParagraphs(Paragraphs value)

        Sets the paragraphs.

        Parameters:
        value - Paragraphs value
      • getMargin

        public MarginInfo getMargin()

        Gets the margin info.

        Returns:
        MarginInfo value
      • setMargin

        public void setMargin(MarginInfo value)

        Sets the margin info.

        Parameters:
        value - MarginInfo value
      • deepClone

        public Object deepClone()

        Clones a new object.

        Specified by:
        deepClone in interface com.aspose.ms.System.ICloneable
        Returns:
        The new object.