WdStoryType Enumeration

Specifies the story type of a selection or item.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Public Enumeration WdStoryType
'Usage
Dim instance As WdStoryType
public enum WdStoryType

Members

Member name Description
wdMainTextStory Main text story.
wdFootnotesStory Footnotes story.
wdEndnotesStory Endnotes story.
wdCommentsStory Comments story.
wdTextFrameStory Text frame story.
wdEvenPagesHeaderStory Even pages header story.
wdPrimaryHeaderStory Primary header story.
wdEvenPagesFooterStory Even pages footer story.
wdPrimaryFooterStory Primary footer story.
wdFirstPageHeaderStory First page header story.
wdFirstPageFooterStory First page footer story.
wdFootnoteSeparatorStory Footnote separator story.
wdFootnoteContinuationSeparatorStory Footnote continuation separator story.
wdFootnoteContinuationNoticeStory Footnote continuation notice story.
wdEndnoteSeparatorStory Endnote separator story.
wdEndnoteContinuationSeparatorStory Endnote continuation separator story.
wdEndnoteContinuationNoticeStory Endnote continuation notice story.

See Also

Reference

Microsoft.Office.Interop.Word Namespace