WdSeekView Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the document element to display in the print layout view.
public enum class WdSeekView
[System.Runtime.InteropServices.Guid("8472D0A9-03EA-3253-8BC8-F66718CF09A6")]
public enum WdSeekView
type WdSeekView =
Public Enum WdSeekView
- Inheritance
-
WdSeekView
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdSeekMainDocument | 0 | The main document. |
wdSeekPrimaryHeader | 1 | The primary header. |
wdSeekFirstPageHeader | 2 | The first page header. |
wdSeekEvenPagesHeader | 3 | The even pages header. |
wdSeekPrimaryFooter | 4 | The primary footer. |
wdSeekFirstPageFooter | 5 | The first page footer. |
wdSeekEvenPagesFooter | 6 | The even pages footer. |
wdSeekFootnotes | 7 | Footnotes. |
wdSeekEndnotes | 8 | Endnotes. |
wdSeekCurrentPageHeader | 9 | The current page header. |
wdSeekCurrentPageFooter | 10 | The current page footer. |