Click or drag to resize
TextDocumentGetNewStory Method
(TOM 2 only) Gets a new story.

Namespace: TextObjectModel
Assembly: ManagedTOM2 (in ManagedTOM2.dll) Version: 1.0.5577.41188
Syntax
public TextStory GetNewStory()

Return Value

Type: TextStory
Exceptions
ExceptionCondition
NotSupportedException The underlying COM object does not implement the ITextDocument2 interface.
NotImplementedException The TOM implementation used by the document does not support this operation.
Remarks
This method is not implemented.
See Also