<xsd:complexType name="tblpPrElt">
<xsd:annotation>
<xsd:documentation>Defines the table position (tblp).</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="leftFromText" type="twipsMeasureType">
<xsd:annotation>
<xsd:documentation>Gets or sets the distance between the left table border and the surrounding text (for wrapping tables).</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="rightFromText" type="twipsMeasureType">
<xsd:annotation>
<xsd:documentation>Gets or sets the distance between the right table border and the surrounding text (for wrapping tables).</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="topFromText" type="twipsMeasureType">
<xsd:annotation>
<xsd:documentation>Gets or sets the distance between the top table border and the surrounding text (for wrapping tables).</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="bottomFromText" type="twipsMeasureType">
<xsd:annotation>
<xsd:documentation>Gets or sets the distance between bottom-left table border and the surrounding text (for wrapping tables).</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="vertAnchor" type="vAnchorValue">
<xsd:annotation>
<xsd:documentation>Defines how this table is vertically anchored.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="horzAnchor" type="hAnchorValue">
<xsd:annotation>
<xsd:documentation>Defines how this table is horizontally anchored.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="tblpXSpec" type="xAlignType">
<xsd:annotation>
<xsd:documentation>Gets or sets the horizontal alignment (for example, center, left, or right); overrides position set by other formatting options (for example, page layout options).</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="tblpX" type="signedTwipsMeasureType">
<xsd:annotation>
<xsd:documentation>Gets or sets the horizontal distance from anchor.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="tblpYSpec" type="yAlignType">
<xsd:annotation>
<xsd:documentation>Gets or sets the vertical alignment (for example, top or bottom); overrides position set by other formatting options (for example, page layout options).</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="tblpY" type="signedTwipsMeasureType">
<xsd:annotation>
<xsd:documentation>Gets or sets the vertical distance from anchor.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|