Click or drag to resize
StoryType Enumeration
Story types in the Text Object Model.

Namespace: TextObjectModel
Assembly: ManagedTOM2 (in ManagedTOM2.dll) Version: 1.0.5577.41188
Syntax
public enum StoryType
Members
  Member nameValueDescription
Comments4The story used for comments.
Endnotes3The story used for endnotes.
EvenPagesFooter8The story containing footers for even pages.
EvenPagesHeader6The story containing headers for even pages.
Find128The story used for a Find dialog.
FirstPageFooter11The story containing the footer for the first page.
FirstPageHeader10The story containing the header for the first page.
Footnotes2The story used for footnotes.
MainText1The main story always exists for a rich edit control.
PrimaryFooter9The story containing footers for odd pages.
PrimaryHeader7The story containing headers for odd pages.
Replace129The story used for a Replace dialog.
Scratch127The scratch story.
TextFrame5The story used for a text box.
Unknown0No special type.
See Also