Enum ExportHeadersFootersMode

Enum ExportHeadersFootersMode

Namespace: Aspose.Words.Saving
Assembly: Aspose.Words.dll (25.3.0)

Specifies how headers and footers are exported to HTML, MHTML or EPUB.

public enum ExportHeadersFootersMode

Fields

FirstPageHeaderFooterPerSection = 3

First page header and footer are exported at the beginning and the end of each section.

FirstSectionHeaderLastSectionFooter = 2

Primary header of the first section is exported at the beginning of the document and primary footer is at the end.

None = 0

Headers and footers are not exported.

PerSection = 1

Primary headers and footers are exported at the beginning and the end of each section.

See Also

HtmlSaveOptions.ExportHeadersFootersMode