StoryRanges インターフェイス

定義

ドキュメント内の Range ストーリーを表すオブジェクトのコレクション。

public interface class StoryRanges : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("0002098C-0000-0000-C000-000000000046")]
public interface StoryRanges : System.Collections.IEnumerable
type StoryRanges = interface
    interface IEnumerable
Public Interface StoryRanges
Implements IEnumerable
属性
実装

注釈

StoryRanges コレクションをStoryRanges取得するには、 プロパティを使用します。

Add メソッドは、StoryRanges コレクションでは使用できません。 StoryRanges コレクションのストーリーの数は有限です。

単一のストーリーを Range オブジェクトとして返すには、StoryRanges(index) indexWdStoryType使用します。

指定したドキュメントで使用できないストーリーを返そうとすると、エラーが発生します。

プロパティを NextStoryRange 使用して、ドキュメント内のすべてのストーリーをループします。

プロパティ

Application

Application Microsoft Word アプリケーションを表す オブジェクトを返します。

Count

指定したコレクション内の項目の数を返します。

Creator

指定されたオブジェクトを作成したアプリケーションを示す 32 ビットの整数を取得します。

Item[WdStoryType]

範囲または選択範囲の単一のストーリーをオブジェクトとして Range 返します。

Parent

指定されたオブジェクトの親オブジェクトを表すオブジェクトを取得します。

メソッド

GetEnumerator()

ドキュメント内の Range ストーリーを表すオブジェクトのコレクション。

適用対象