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 Enumeration BannerPage
Members
| Member name | Value | Description |
---|
| None | 0 |
None header or footer section definition
|
| Default | 1 |
The header or footer should be applied to every page of the section that is not overridden by a first or even type.
|
| First | 2 |
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.
|
| Even | 3 |
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