InlineShape.Type Property

Returns the type of inline shape.

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

Syntax

'Declaration
ReadOnly Property Type As WdInlineShapeType
    Get
'Usage
Dim instance As InlineShape
Dim value As WdInlineShapeType

value = instance.Type
WdInlineShapeType Type { get; }

Property Value

Type: Microsoft.Office.Interop.Word.WdInlineShapeType

Remarks

WdInlineShapeType can be one of the following constants.

wdInlineShapeEmbeddedOLEObject

wdInlineShapeHorizontalLine

wdInlineShapeLinkedOLEObject

wdInlineShapeLinkedPicture

wdInlineShapeLinkedPictureHorizontalLine

wdInlineShapeOLEControlObject

wdInlineShapeOWSAnchor

wdInlineShapePicture

wdInlineShapePictureBullet

wdInlineShapePictureHorizontalLine

wdInlineShapeScriptAnchor

See Also

Reference

InlineShape Interface

InlineShape Members

Microsoft.Office.Interop.Word Namespace