public final class ExportHeadersFootersMode
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
FIRST_PAGE_HEADER_FOOTER_PER_SECTION
First page header and footer are exported at the beginning and the end of each section.
|
static int |
FIRST_SECTION_HEADER_LAST_SECTION_FOOTER
Primary header of the first section is exported at the beginning of the document and primary footer is at the end.
|
static int |
length |
static int |
NONE
Headers and footers are not exported.
|
static int |
PER_SECTION
Primary headers and footers are exported at the beginning and the end of each section.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String exportHeadersFootersModeName) |
static java.lang.String |
getName(int exportHeadersFootersMode) |
static int[] |
getValues() |
static java.lang.String |
toString(int exportHeadersFootersMode) |
public static final int NONE
public static final int PER_SECTION
public static final int FIRST_SECTION_HEADER_LAST_SECTION_FOOTER
public static final int FIRST_PAGE_HEADER_FOOTER_PER_SECTION
public static final int length