Document.InlineShapes Property

Definition

Gets an InlineShapes collection that represents all the InlineShape objects in the document.

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

Property Value

An InlineShapes collection that represents all the InlineShape objects in the document.

Applies to