public final class HeaderFooterType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
FOOTER_EVEN
Footer for even numbered pages.
|
static int |
FOOTER_FIRST
Footer for the first page of the section.
|
static int |
FOOTER_PRIMARY
Primary footer, also used for odd numbered pages.
|
static int |
HEADER_EVEN
Header for even numbered pages.
|
static int |
HEADER_FIRST
Header for the first page of the section.
|
static int |
HEADER_PRIMARY
Primary header, also used for odd numbered pages.
|
static int |
length |
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String headerFooterTypeName) |
static java.lang.String |
getName(int headerFooterType) |
static int[] |
getValues() |
static java.lang.String |
toString(int headerFooterType) |
public static final int HEADER_EVEN
public static final int HEADER_PRIMARY
public static final int FOOTER_EVEN
public static final int FOOTER_PRIMARY
public static final int HEADER_FIRST
public static final int FOOTER_FIRST
public static final int length