_Document.Shapes プロパティ

定義

指定した Shapes ドキュメント内のすべてのオブジェクトを Shape 表すコレクションを返します。

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

プロパティ値

注釈

このコレクションには、描画、図形、図、OLE オブジェクト、ActiveX コントロール、テキスト オブジェクト、および吹き出しを含めることができます。

Shapes プロパティは、ヘッダーとフッターを除く、ドキュメントのメインストーリー内のすべての Shape オブジェクトを返します。

適用対象