StoryType Enum |
Docentric Toolkit Help
Send Feedback |
Specifies the type of a story.
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
public enum StoryType
| Member name | Description |
|---|---|
| Body | Specifies that this story is the body of a document section. |
| FooterDefault | Specifies that this story is the default footer of a document section. |
| FooterEvenPages | Specifies that this story is the footer for the even pages of a document section. |
| FooterFirstPage | Specifies that this story is the first page footer of a document section. |
| HeaderDefault | Specifies that this story is the default header of a document section. |
| HeaderEvenPages | Specifies that this story is the header for the even pages of a document section. |
| HeaderFirstPage | Specifies that this story is the first page header of a document section. |
| TextBox | Specifies that this story is the Text Box content of a Shape. |