次の方法で共有


Rectangles インターフェイス

定義

テキストとグラフィックスの Rectangle 一部を表すページ内のオブジェクトのコレクション。 文書のページ レイアウトをプログラムで定義するのには、 Rectangles コレクションおよび関連するオブジェクトおよびプロパティを使用します。

public interface class Rectangles : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("7D0F7985-68D9-4D93-91CB-8109280E76CC")]
public interface Rectangles : System.Collections.IEnumerable
type Rectangles = interface
    interface IEnumerable
Public Interface Rectangles
Implements IEnumerable
属性
実装

注釈

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

プロパティ

Application

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

Count

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

Creator

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

Item[Int32]

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

Parent

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

メソッド

GetEnumerator()

テキストとグラフィックスの Rectangle 一部を表すページ内のオブジェクトのコレクション。 文書のページ レイアウトをプログラムで定義するのには、 Rectangles コレクションおよび関連するオブジェクトおよびプロパティを使用します。

適用対象