Click or drag to resize
TextDocumentMainStory Property
(TOM 2 only) Gets the main story.

Namespace: TextObjectModel
Assembly: ManagedTOM2 (in ManagedTOM2.dll) Version: 1.0.5577.41188
Syntax
public TextStory MainStory { get; }

Property Value

Type: TextStory
Exceptions
ExceptionCondition
NotSupportedException The underlying COM object does not implement the ITextDocument2 interface.
Remarks
A rich edit control automatically includes the main story; a call to the GetNewStory method is not required.
See Also