Represents the table-positioning properties (for floating tables).
Usage
<tblpPr
leftFromText="twipsMeasureType"
rightFromText="twipsMeasureType"
topFromText="twipsMeasureType"
bottomFromText="twipsMeasureType"
vertAnchor="vAnchorValue"
horzAnchor="hAnchorValue"
tblpXSpec="xAlignType"
tblpX="signedTwipsMeasureType"
tblpYSpec="yAlignType"
tblpY="signedTwipsMeasureType"
/>
|
Element Information
Element type
|
tblpPrElt |
Namespace
|
http://schemas.microsoft.com/office/word/2003/wordml |
Schema name
|
wordnet |
Elements and Attributes
Parent Elements
Element |
Description |
tblPr |
Defines the table-wide properties. |
Child Elements
None.
Attributes
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. |
|
Definition
XML |
---|
<xsd:element name="tblpPr" type="tblpPrElt" minOccurs="0" maxOccurs="1" ">
</xsd:element>
|
©2006 Microsoft Corporation. All rights reserved. Permission to copy, display and distribute this document is available at:
http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice12.asp