Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |