Click or drag to resize
TextStory Class
(TOM 2 only) Represents a story in a document.
Inheritance Hierarchy
SystemObject
  TextObjectModelTextStory

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

The TextStory type exposes the following members.

Methods
  NameDescription
Public methodDispose
Releases all resources used by the TextStory
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the TextStory and optionally releases the managed resources
Protected methodFinalize (Overrides ObjectFinalize.)
Public methodGetDisplay
Gets a new display for a story.
Public methodGetProperty
Gets the value of the specified property.
Public methodGetRange
Gets a TextRange for the story.
Public methodGetText
Gets the plain text in the story according to the specified conversion options.
Public methodSetFormattedText
Replaces the story's text with the specified formatted text.
Public methodSetProperty
Sets the value of the specified property.
Public methodSetText
Sets the plain text in the story according to the specified conversion options.
Public methodToString
Returns the plain text in the story, using the default conversion options.
(Overrides ObjectToString.)
Top
Properties
  NameDescription
Public propertyActive
Gets or sets the active state of the story.
Public propertyIndex
Gets the index of the story.
Public propertyText
Gets or sets the plain text in the story, using the default conversion options.
Public propertyType
Gets or sets this story's type.
Top
Remarks
Managed wrapper class for the COM interface ITextStory.
See Also