WdSpecialPane 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 an item to display in the active window pane.
public enum class WdSpecialPane
[System.Runtime.InteropServices.Guid("167B59A9-DBBD-34AF-AFDB-57AC30C2CE58")]
public enum WdSpecialPane
type WdSpecialPane =
Public Enum WdSpecialPane
- Inheritance
-
WdSpecialPane
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdPaneNone | 0 | No display. |
wdPanePrimaryHeader | 1 | The pane primary header. |
wdPaneFirstPageHeader | 2 | The first page header. |
wdPaneEvenPagesHeader | 3 | The even pages header. |
wdPanePrimaryFooter | 4 | The pane primary footer. |
wdPaneFirstPageFooter | 5 | The first page footer. |
wdPaneEvenPagesFooter | 6 | The even pages footer. |
wdPaneFootnotes | 7 | Footnotes. |
wdPaneEndnotes | 8 | Endnotes. |
wdPaneFootnoteContinuationNotice | 9 | The footnote continuation notice. |
wdPaneFootnoteContinuationSeparator | 10 | The footnote continuation separator. |
wdPaneFootnoteSeparator | 11 | The footnote separator. |
wdPaneEndnoteContinuationNotice | 12 | The endnote continuation notice. |
wdPaneEndnoteContinuationSeparator | 13 | The endnote continuation separator. |
wdPaneEndnoteSeparator | 14 | The endnote separator. |
wdPaneComments | 15 | Selected comments. |
wdPaneCurrentPageHeader | 16 | The page header. |
wdPaneCurrentPageFooter | 17 | The page footer. |
wdPaneRevisions | 18 | The pane revisions. |
wdPaneRevisionsHoriz | 19 | The revisions pane displays along the bottom of the document window. |
wdPaneRevisionsVert | 20 | The revisions pane displays along the left side of the document window. |