WdShapePosition Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the relative position of the specified shape.
public enum class WdShapePosition
[System.Runtime.InteropServices.Guid("21E8E5B2-DCF5-3825-9F43-1DA651E79C64")]
public enum WdShapePosition
type WdShapePosition =
Public Enum WdShapePosition
- Inheritance
-
WdShapePosition
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdShapeTop | -999999 | At the top. |
wdShapeLeft | -999998 | On the left. |
wdShapeBottom | -999997 | At the bottom. |
wdShapeRight | -999996 | On the right. |
wdShapeCenter | -999995 | In the center. |
wdShapeInside | -999994 | Inside the selected range. |
wdShapeOutside | -999993 | Outside the selected range. |