public final class OfficeHeaderFooterType extends Object
Identifies the type of header or footer.
Modifier and Type | Field and Description |
---|---|
static int |
FooterEven
Footer for even numbered pages.
|
static int |
FooterFirst
Footer for the first page.
|
static int |
FooterPrimary
Primary footer, also used for odd numbered pages.
|
static int |
HeaderEven
Header for even numbered pages.
|
static int |
HeaderFirst
Header for the first page.
|
static int |
HeaderPrimary
Primary header, also used for odd numbered pages.
|
public static final int HeaderPrimary
Primary header, also used for odd numbered pages.
public static final int HeaderEven
Header for even numbered pages.
public static final int HeaderFirst
Header for the first page.
public static final int FooterPrimary
Primary footer, also used for odd numbered pages.
public static final int FooterEven
Footer for even numbered pages.
public static final int FooterFirst
Footer for the first page.