Uses of Class
aspose.pdf.HeaderFooter

Uses of HeaderFooter in aspose.pdf
 

Fields in aspose.pdf declared as HeaderFooter
 HeaderFooter Section.watermark
          indicates the HeaderFooter Object of watermark
 

Methods in aspose.pdf that return HeaderFooter
 HeaderFooter Section.getAdditionalEvenFooter()
          Gets a HeaderFooter object that indicates the additional even footer of the section.
 HeaderFooter Section.getAdditionalEvenHeader()
          Gets a HeaderFooter object that indicates the additional even header of the section.
 HeaderFooter Section.getAdditionalOddFooter()
          Gets a HeaderFooter object that indicates the additional odd footer of the section.
 HeaderFooter Section.getAdditionalOddHeader()
          Gets a HeaderFooter object that indicates the additional odd header of the section.
 HeaderFooter Section.getEvenFooter()
          Gets a HeaderFooter object that indicates the even footer of the section.
 HeaderFooter Section.getEvenHeader()
          Gets a HeaderFooter object that indicates the even header of the section.
 HeaderFooter Section.getOddFooter()
          Gets a HeaderFooter object that indicates the odd footer of the section.
 HeaderFooter Section.getOddHeader()
          Gets a HeaderFooter object that indicates the odd header of the section.
 HeaderFooter Table.getParentHeaderFooter()
          Gets the parent HeaderFooter that represents a header or footer of a page in a Pdf document
 HeaderFooter Section.getWatermark()
          Get a HeaderFooter Object that indicates the HeaderFooter Object of watermark.
 HeaderFooter Section.insertFooter(HeaderFooterType type)
          Insert footer of the section.
 HeaderFooter Section.insertHeader(HeaderFooterType type)
          Insert Header of the section.
 

Methods in aspose.pdf with parameters of type HeaderFooter
 void Section.setAdditionalEvenFooter(HeaderFooter value)
          Sets a HeaderFooter object that indicates the additional even footer of the section.
 void Section.setAdditionalEvenHeader(HeaderFooter value)
          Sets a HeaderFooter object that indicates the additional even header of the section.
 void Section.setAdditionalOddFooter(HeaderFooter value)
          Sets a HeaderFooter object that indicates the additional odd footer of the section.
 void Section.setAdditionalOddHeader(HeaderFooter value)
          Sets a HeaderFooter object that indicates the additional odd header of the section.
 void Section.setEvenFooter(HeaderFooter value)
          Sets a HeaderFooter object that indicates the even footer of the section.
 void Section.setEvenHeader(HeaderFooter value)
          Sets a HeaderFooter object that indicates the even header of the section.
 void Section.setOddFooter(HeaderFooter value)
          Sets a HeaderFooter object that indicates the odd footer of the section.
 void Section.setOddHeader(HeaderFooter value)
          Sets a HeaderFooter object that indicates the odd header of the section.
 void Table.setParentHeaderFooter(HeaderFooter value)
          Sets the parent HeaderFooter that represents a header or footer of a page in a Pdf document
 void Section.setWatemark(HeaderFooter value)
          Set a HeaderFooter Object that indicates the HeaderFooter Object of watermark.
 

Constructors in aspose.pdf with parameters of type HeaderFooter
Graph(HeaderFooter hf)
          Constructor - initializes a new instance of the Graph class.
Graph(HeaderFooter hf, float width, float height)
          Constructor - initializes a new instance of the Graph class.
Image(HeaderFooter hf)
          Constructor - initializes a new instance of the Image class.
Text(HeaderFooter hf)
          Initializes a new instance of the Text class.
Text(HeaderFooter hf, java.lang.String content)
          Initializes a new instance of the Text class.