Click or drag to resize

BannerPage Enumeration

Specifies header or footer of page

Namespace:  SIC.OpenDocumentFormat.MSWord
Assembly:  SIC.OpenDocumentFormat (in SIC.OpenDocumentFormat.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public enum BannerPage
Members
  Member nameValueDescription
None0 None header or footer section definition
Default1 The header or footer should be applied to every page of the section that is not overridden by a first or even type.
First2 The header or footer should be applied to the first page of the section. The actual appearance is dependent upon the setting of the titlePg element in sectPr.
Even3 The header or footer should be applied to every even page of the section (counting from the first page, not the section numbering).The actual appearance is dependent upon the setting of the evenAndOddHeaders element in settings.
Remarks
An Open XML example
<w:headerReference r:id="rId3" w:type="first" />
<w:headerReference r:id="rId5" w:type="default" />
<w:headerReference r:id="rId2" w:type="even" />
See Also

Reference

HeaderFooterValues