tblpPr element [Word 2003 XML Reference] -- Microsoft Office Word 2003 XML Software Development Kit
tblpPr element [Word 2003 XML Reference]
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 | XML Document 2003 |
Elements and Attributes
Parent Elements
Element | Description |
---|---|
tblPr | Defines the table-wide properties. |
tblPr | Represents the table properties to override in the table style. |
tblPr | Represents the table properties for the style. |
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). |
|
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). |
|
tblpY | signedTwipsMeasureType | optional | Gets or sets the vertical distance from anchor. |
Definition
<xsd:element name="tblpPr" type="tblpPrElt" minOccurs="0" maxOccurs="1" >
</xsd:element>
©2004 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/odcXMLRefLegalNotice.asp