public class TxtExportHeadersFootersMode
Field Summary | ||
---|---|---|
static final int | NONE | |
No headers and footers are exported.
|
||
static final int | PRIMARY_ONLY | |
Only primary headers and footers are exported at the beginning and end of each section.
|
||
static final int | ALL_AT_END | |
All headers and footers are placed after all section bodies at the very end of a document.
|
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