Click or drag to resize
TextStoryRanges Class
Enumerates through the stories in a TextDocument.
Inheritance Hierarchy
SystemObject
  TextObjectModelTextStoryRanges

Namespace: TextObjectModel
Assembly: ManagedTOM2 (in ManagedTOM2.dll) Version: 1.0.5577.41188
Syntax
public class TextStoryRanges : IDisposable, 
	IEnumerable<TextRange>, IReadOnlyCollection<TextRange>, IReadOnlyList<TextRange>

The TextStoryRanges type exposes the following members.

Methods
  NameDescription
Public methodDispose
Releases all resources used by the TextStoryRanges
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the TextStoryRanges and optionally releases the managed resources
Protected methodFinalize (Overrides ObjectFinalize.)
Public methodGetEnumerator
Gets an object that enumerates through the collection.
Top
Properties
  NameDescription
Public propertyCount
Gets the number of stories in the document.
Public propertyItem
Top
Remarks
Managed wrapper class for the COM interface ITextStoryRanges, including ITextStoryRanges2 functionality.
See Also