Represents the table-positioning properties (for floating tables).
None.
Attribute |
Type |
Required |
Description |
Possible Values |
leftFromText |
twipsMeasureType |
optional |
Gets or sets the distance between the left table border and the surrounding text (for wrapping tables). |
|
rightFromText |
twipsMeasureType |
optional |
Gets or sets the distance between the right table border and the surrounding text (for wrapping tables). |
|
topFromText |
twipsMeasureType |
optional |
Gets or sets the distance between the top table border and the surrounding text (for wrapping tables). |
|
bottomFromText |
twipsMeasureType |
optional |
Gets or sets the distance between bottom-left table border and the surrounding text (for wrapping tables). |
|
vertAnchor |
vAnchorValue |
optional |
Defines how this table is vertically anchored. |
|
horzAnchor |
hAnchorValue |
optional |
Defines how this table is horizontally anchored. |
|
tblpXSpec |
xAlignType |
optional |
Gets or sets the horizontal alignment (for example, center, left, or right); overrides position set by other formatting options (for example, page layout options). |
- left
- center
- right
- inside
- outside
|
tblpX |
signedTwipsMeasureType |
optional |
Gets or sets the horizontal distance from anchor. |
|
tblpYSpec |
yAlignType |
optional |
Gets or sets the vertical alignment (for example, top or bottom); overrides position set by other formatting options (for example, page layout options). |
- inline
- top
- center
- bottom
- inside
- outside
|
tblpY |
signedTwipsMeasureType |
optional |
Gets or sets the vertical distance from anchor. |
|