aspose.pdf
Class HeaderFooterType

java.lang.Object
  extended by aspose.pdf.EnumerationBase
      extended by aspose.pdf.HeaderFooterType

public final class HeaderFooterType
extends EnumerationBase

Enumerates all header or footer types.


Field Summary
static HeaderFooterType Both
          Displays header or footer in both odd and even pages.
static HeaderFooterType Even
          Displays header or footer in even pages.
static HeaderFooterType Odd
          Displays header or footer in odd pages.
 
Method Summary
 
Methods inherited from class aspose.pdf.EnumerationBase
getValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Odd

public static final HeaderFooterType Odd
Displays header or footer in odd pages.


Even

public static final HeaderFooterType Even
Displays header or footer in even pages.


Both

public static final HeaderFooterType Both
Displays header or footer in both odd and even pages.