public final class TxtExportHeadersFootersMode
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
ALL_AT_END
All headers and footers are placed after all section bodies at the very end of a document.
|
static int |
length |
static int |
NONE
No headers and footers are exported.
|
static int |
PRIMARY_ONLY
Only primary headers and footers are exported at the beginning and end of each section.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String txtExportHeadersFootersModeName) |
static java.lang.String |
getName(int txtExportHeadersFootersMode) |
static int[] |
getValues() |
static java.lang.String |
toString(int txtExportHeadersFootersMode) |
public static final int NONE
public static final int PRIMARY_ONLY
It is hard to meaningfully output headers and footers to plain text because it is not paginated.
When this mode is used, only primary headers and footers are exported at the beginning and end of each section.
public static final int ALL_AT_END
public static final int length
public static java.lang.String getName(int txtExportHeadersFootersMode)
public static java.lang.String toString(int txtExportHeadersFootersMode)
public static int fromName(java.lang.String txtExportHeadersFootersModeName)
public static int[] getValues()