WdInlineShapeType Enumeration 

Specifies a shape type for inline shapes.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim wdInlineShapeType1 As WdInlineShapeType = WdInlineShapeType.wdInlineShapeEmbeddedOLEObject

Syntax

Public Enum WdInlineShapeType
public enum WdInlineShapeType
public enum class WdInlineShapeType
public enum WdInlineShapeType
public enum WdInlineShapeType

Members

Member name Description
wdInlineShapeEmbeddedOLEObject Embedded OLE object.
wdInlineShapeHorizontalLine Horizontal line.
wdInlineShapeLinkedOLEObject Linked OLE object.
wdInlineShapeLinkedPicture Linked picture.
wdInlineShapeLinkedPictureHorizontalLine Linked picture with horizontal line.
wdInlineShapeOLEControlObject OLE control object.
wdInlineShapeOWSAnchor OWS anchor.
wdInlineShapePicture Picture.
wdInlineShapePictureBullet Picture used as a bullet.
wdInlineShapePictureHorizontalLine Picture with horizontal line.
wdInlineShapeScriptAnchor Script anchor. Refers to anchor location for block of script stored with a document.

Remarks

An inline shape is an object in the text layer of a document. An inline shape can only be a picture, an OLE object, or an ActiveX control.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace