編輯

共用方式為


WdSpecialPane Enum

Definition

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.

Applies to