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

NameValueDescription
None0No headers and footers are exported.
PrimaryOnly1Only primary headers and footers are exported at the beginning and end of each section.
AllAtEnd2All headers and footers are placed after all section bodies at the very end of a document.

See Also