WdShapePosition Enumeration

Specifies the relative position of the specified shape.

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

Syntax

'Declaration
Public Enumeration WdShapePosition
'Usage
Dim instance As WdShapePosition
public enum WdShapePosition

Members

Member name Description
wdShapeTop At the top.
wdShapeLeft On the left.
wdShapeBottom At the bottom.
wdShapeRight On the right.
wdShapeCenter In the center.
wdShapeInside Inside the selected range.
wdShapeOutside Outside the selected range.

See Also

Reference

Microsoft.Office.Interop.Word Namespace