WdTablePosition 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 a table in the document.
public enum class WdTablePosition
[System.Runtime.InteropServices.Guid("AF2102B9-8C24-358E-B851-05D1803A4356")]
public enum WdTablePosition
type WdTablePosition =
Public Enum WdTablePosition
- Inheritance
-
WdTablePosition
- Attributes
Fields
wdTableBottom | -999997 | At the bottom of the document. |
wdTableCenter | -999995 | Centered. |
wdTableInside | -999994 | Placed inside a range. |
wdTableLeft | -999998 | Aligned to the left side of the document. |
wdTableOutside | -999993 | Placed outside a range. |
wdTableRight | -999996 | Aligned to the right side of the document. |
wdTableTop | -999999 | At the top of the document. |