TxtExportHeadersFootersMode Enum
Wordize.Saving.TxtExportHeadersFootersMode enum. Specifies the way headers and footers are exported to plain text format.
TxtExportHeadersFootersMode enumeration
Specifies the way headers and footers are exported to plain text format.
public enum TxtExportHeadersFootersMode
Values
Name | Value | Description |
---|---|---|
None | 0 | No headers and footers are exported. |
PrimaryOnly | 1 | Only primary headers and footers are exported at the beginning and end of each section. |
AllAtEnd | 2 | All headers and footers are placed after all section bodies at the very end of a document. |
See Also
- namespace Wordize.Saving
- assembly Wordize