Text of a Word document is stored in stories. StoryType identifies a story.
[Visual Basic]
Public Enum StoryType
[C#]public enum StoryType
Members
| Member Name | Description | Value |
| MainText | Contains the main text of the document, represented by Body. | 1 |
| Footnotes | Contains footnote text, represented by Footnote. | 2 |
| Endnotes | Contains endnotes text, represented by Footnote. | 3 |
| Comments | Contains document comments (annotations). | 4 |
| Textbox | Contains shape or textbox text, represented by Shape. | 5 |
| EvenPagesHeader | Contains text of the even pages header, represented by HeaderFooter. | 6 |
| PrimaryHeader | Contains text of the primary header. When header is different for odd and even pages, contains text of the odd pages header. Represented by HeaderFooter. | 7 |
| EvenPagesFooter | Contains text of the even pages footer, represented by HeaderFooter. | 8 |
| PrimaryFooter | Contains text of the primary footer. When footer is different for odd and even pages, contains text of the odd pages footer. Represented by HeaderFooter. | 9 |
| FirstPageHeader | Contains text of the first page header, represented by HeaderFooter. | 10 |
| FirstPageFooter | Contains text of the first page footer, represented by HeaderFooter. | 11 |
Requirements
Namespace: Aspose.Words
Assembly: Aspose.Words (in Aspose.Words.dll)
See Also
Aspose.Words Namespace