WdStoryType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the story type of a selection or item.
public enum class WdStoryType
[System.Runtime.InteropServices.Guid("28594D1A-A83A-3372-A275-C1700CFB7D42")]
public enum WdStoryType
type WdStoryType =
Public Enum WdStoryType
- Inheritance
-
WdStoryType
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdMainTextStory | 1 | Main text story. |
wdFootnotesStory | 2 | Footnotes story. |
wdEndnotesStory | 3 | Endnotes story. |
wdCommentsStory | 4 | Comments story. |
wdTextFrameStory | 5 | Text frame story. |
wdEvenPagesHeaderStory | 6 | Even pages header story. |
wdPrimaryHeaderStory | 7 | Primary header story. |
wdEvenPagesFooterStory | 8 | Even pages footer story. |
wdPrimaryFooterStory | 9 | Primary footer story. |
wdFirstPageHeaderStory | 10 | First page header story. |
wdFirstPageFooterStory | 11 | First page footer story. |
wdFootnoteSeparatorStory | 12 | Footnote separator story. |
wdFootnoteContinuationSeparatorStory | 13 | Footnote continuation separator story. |
wdFootnoteContinuationNoticeStory | 14 | Footnote continuation notice story. |
wdEndnoteSeparatorStory | 15 | Endnote separator story. |
wdEndnoteContinuationSeparatorStory | 16 | Endnote continuation separator story. |
wdEndnoteContinuationNoticeStory | 17 | Endnote continuation notice story. |