Enum TxtExportHeadersFootersMode
Enum TxtExportHeadersFootersMode
Namespace: Aspose.Words.Saving
Assembly: Aspose.Words.dll (25.3.0)
Specifies the way headers and footers are exported to plain text format.
public enum TxtExportHeadersFootersMode
Fields
AllAtEnd = 2
All headers and footers are placed after all section bodies at the very end of a document.
This mode is similar to Word.
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.
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.