InlineShape Interface

Represents an object in the text layer of a document.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
<GuidAttribute("000209A8-0000-0000-C000-000000000046")> _
Public Interface InlineShape
'Usage
Dim instance As InlineShape
[GuidAttribute("000209A8-0000-0000-C000-000000000046")]
public interface InlineShape

Remarks

An inline shape can only be a picture, an OLE object, or an ActiveX control. InlineShape objects are treated like characters and are positioned as characters within a line of text. The InlineShape object is a member of the InlineShapes collection. The InlineShapes collection contains all the shapes in a document, range, or selection.

Use InlineShapes(index), where index is the index number, to return a single InlineShape object. Inline shapes don't have names.

Shape objects are anchored to a range of text but are free-floating and can be positioned anywhere on the page. You can use the Shape.ConvertToInlineShape method and the InlineShape.ConvertToShape methods to convert shapes from one type to the other. You can convert only pictures, OLE objects, and ActiveX controls to inline shapes. Use the Type property to return the type of inline shape: picture, linked picture, embedded OLE object, linked OLE object, or ActiveX control.

When you open a document created in an earlier version of Microsoft Word, pictures are converted to inline shapes.

See Also

Reference

InlineShape Members

Microsoft.Office.Interop.Word Namespace