Frames インターフェイス

定義

選択範囲、範囲、またはドキュメント内のオブジェクトのコレクション Frame

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

注釈

Frames コレクションを取得するには、SelectionRange、または Document オブジェクトの Frames プロパティを使用します。

範囲の Add(Range) 周囲にフレームを追加するには、 メソッドを使用します。

Frame(index) index を使用して、1 つの Frame オブジェクトを返します。 インデックス番号は、選択範囲、指定範囲、または文書内でのレイアウト枠の位置を表します。

ドキュメント内のこのコレクションのプロパティはCount、メイン ストーリー内のアイテムの数のみを返します。 他のストーリーに含まれる項目の数を取得するには、 Range オブジェクトと共にコレクションを使用します。

プロパティ

Application

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

Count

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

Creator

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

Item[Int32]

コレクション内の各オブジェクトを返します。

Parent

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

メソッド

Add(Range)

範囲、 Frame 選択範囲、またはドキュメントに追加された新しいフレームを表す オブジェクトを返します。

Delete()

指定されたオブジェクトを削除します。

GetEnumerator()

選択範囲、範囲、またはドキュメント内のオブジェクトのコレクション Frame

適用対象