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)

Usage

Dim wdStoryType1 As WdStoryType = WdStoryType.wdCommentsStory

Syntax

Public Enum WdStoryType
public enum WdStoryType
public enum class WdStoryType
public enum WdStoryType
public enum WdStoryType

Members

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

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