次の方法で共有


Page.Rectangles プロパティ

定義

文書内の Rectangles ページ内のテキストまたはグラフィックの一部を表すコレクションを返します。

public:
 property Microsoft::Office::Interop::Word::Rectangles ^ Rectangles { Microsoft::Office::Interop::Word::Rectangles ^ get(); };
public Microsoft.Office.Interop.Word.Rectangles Rectangles { get; }
member this.Rectangles : Microsoft.Office.Interop.Word.Rectangles
Public ReadOnly Property Rectangles As Rectangles

プロパティ値

注釈

文書のページ レイアウトをプログラムで定義するのには、 Rectangles コレクションおよび関連するオブジェクトおよびプロパティを使用します。 四角形は、テキストまたは文書内のページ上の画像の部分に対応します。

適用対象