次の方法で共有


Rectangle.RectangleType プロパティ

定義

指定した四角形の WdRectangleType 型を表す定数を返します。

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

プロパティ値

注釈

RectangleType プロパティには、次のいずれかの WdRectangleType 定数を指定できます。

wdLineBetweenColumnRectangle 段組を区切る直線に対応する領域を表します。
wdMarkupRectangle コメント用吹き出しの範囲を表します。
wdMarkupRectangleButton コメント用吹き出し内のコメントが長くて表示されないコメントがあることを示す ... のインジケーターの範囲を表します。
wdPageBorderRectangle ページ罫線の範囲を表します。
wdSelection 選択ツールの範囲を表します。選択ツールの例としては、表の左上隅にある表の選択ツールや、イメージのアンカーなどがあります。
wdShapeRectangle 図形の範囲を表します。
wdSystem 該当なし。
wdTextRectangle テキストの範囲を表します。

Word 内の四角形は、文書のページ内のセクションであり、特定の型の情報を持っています。 セクションは、テキストの一部であったり、図形であったりします。 四角形の目的は、プログラムによるページ レイアウトをより詳細に制御できるようにすることです。

適用対象