Defines the table position (tblp).
Type Information
Namespace
|
http://schemas.microsoft.com/office/word/2003/wordml |
Schema name
|
wordnet |
Elements and Attributes
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:complexType name="tblpPrElt" ">
<xsd:attribute name="leftFromText" type="twipsMeasureType">
</xsd:attribute>
<xsd:attribute name="rightFromText" type="twipsMeasureType">
</xsd:attribute>
<xsd:attribute name="topFromText" type="twipsMeasureType">
</xsd:attribute>
<xsd:attribute name="bottomFromText" type="twipsMeasureType">
</xsd:attribute>
<xsd:attribute name="vertAnchor" type="vAnchorValue">
</xsd:attribute>
<xsd:attribute name="horzAnchor" type="hAnchorValue">
</xsd:attribute>
<xsd:attribute name="tblpXSpec" type="xAlignType">
</xsd:attribute>
<xsd:attribute name="tblpX" type="signedTwipsMeasureType">
</xsd:attribute>
<xsd:attribute name="tblpYSpec" type="yAlignType">
</xsd:attribute>
<xsd:attribute name="tblpY" type="signedTwipsMeasureType">
</xsd:attribute>
</xsd:complexType>
|
©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