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)

Usage

Dim wdSpecialPane1 As WdSpecialPane = WdSpecialPane.wdPaneComments

Syntax

Public Enum WdSpecialPane
public enum WdSpecialPane
public enum class WdSpecialPane
public enum WdSpecialPane
public enum WdSpecialPane

Members

Member name Description
wdPaneComments Selected comments.
wdPaneCurrentPageFooter The page footer.
wdPaneCurrentPageHeader The page header.
wdPaneEndnoteContinuationNotice The endnote continuation notice.
wdPaneEndnoteContinuationSeparator The endnote continuation separator.
wdPaneEndnotes Endnotes.
wdPaneEndnoteSeparator The endnote separator.
wdPaneEvenPagesFooter The even pages footer.
wdPaneEvenPagesHeader The even pages header.
wdPaneFirstPageFooter The first page footer.
wdPaneFirstPageHeader The first page header.
wdPaneFootnoteContinuationNotice The footnote continuation notice.
wdPaneFootnoteContinuationSeparator The footnote continuation separator.
wdPaneFootnotes Footnotes.
wdPaneFootnoteSeparator The footnote separator.
wdPaneNone No display.
wdPanePrimaryFooter The pane primary footer.
wdPanePrimaryHeader The pane primary header.
wdPaneRevisions The pane revisions.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace