Uses of Class
aspose.pdf.HeaderFooterType

Uses of HeaderFooterType in aspose.pdf
 

Fields in aspose.pdf declared as HeaderFooterType
static HeaderFooterType HeaderFooterType.Both
          Displays header or footer in both odd and even pages.
static HeaderFooterType HeaderFooterType.Even
          Displays header or footer in even pages.
static HeaderFooterType HeaderFooterType.Odd
          Displays header or footer in odd pages.
 

Methods in aspose.pdf with parameters of type HeaderFooterType
 HeaderFooter Section.insertFooter(HeaderFooterType type)
          Insert footer of the section.
 HeaderFooter Section.insertHeader(HeaderFooterType type)
          Insert Header of the section.