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)

Usage

Dim wdShapePosition1 As WdShapePosition = WdShapePosition.wdShapeBottom

Syntax

Public Enum WdShapePosition
public enum WdShapePosition
public enum class WdShapePosition
public enum WdShapePosition
public enum WdShapePosition

Members

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

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