WdSpecialPane Enumeration
Specifies an item to display in the active window pane.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration WdSpecialPane
'Usage
Dim instance As WdSpecialPane
public enum WdSpecialPane
Members
Member name | Description | |
---|---|---|
wdPaneNone | No display. | |
wdPanePrimaryHeader | The pane primary header. | |
wdPaneFirstPageHeader | The first page header. | |
wdPaneEvenPagesHeader | The even pages header. | |
wdPanePrimaryFooter | The pane primary footer. | |
wdPaneFirstPageFooter | The first page footer. | |
wdPaneEvenPagesFooter | The even pages footer. | |
wdPaneFootnotes | Footnotes. | |
wdPaneEndnotes | Endnotes. | |
wdPaneFootnoteContinuationNotice | The footnote continuation notice. | |
wdPaneFootnoteContinuationSeparator | The footnote continuation separator. | |
wdPaneFootnoteSeparator | The footnote separator. | |
wdPaneEndnoteContinuationNotice | The endnote continuation notice. | |
wdPaneEndnoteContinuationSeparator | The endnote continuation separator. | |
wdPaneEndnoteSeparator | The endnote separator. | |
wdPaneComments | Selected comments. | |
wdPaneCurrentPageHeader | The page header. | |
wdPaneCurrentPageFooter | The page footer. | |
wdPaneRevisions | The pane revisions. | |
wdPaneRevisionsHoriz | The revisions pane displays along the bottom of the document window. | |
wdPaneRevisionsVert | The revisions pane displays along the left side of the document window. |