Definition Type: ComplexType
Name: tblpPrElt
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Abstract
Documentation:
Defines the table position (tblp).
Collapse XSD Schema Diagram:
Drilldown into tblpY in schema wordnet_xsd Drilldown into tblpYSpec in schema wordnet_xsd Drilldown into tblpX in schema wordnet_xsd Drilldown into tblpXSpec in schema wordnet_xsd Drilldown into horzAnchor in schema wordnet_xsd Drilldown into vertAnchor in schema wordnet_xsd Drilldown into bottomFromText in schema wordnet_xsd Drilldown into topFromText in schema wordnet_xsd Drilldown into rightFromText in schema wordnet_xsd Drilldown into leftFromText in schema wordnet_xsdXSD Diagram of tblpPrElt in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
leftFromText W:leftFromText (Optional)
rightFromText W:rightFromText (Optional)
topFromText W:topFromText (Optional)
bottomFromText W:bottomFromText (Optional)
vertAnchor W:vertAnchor (Optional)
horzAnchor W:horzAnchor (Optional)
tblpXSpec W:tblpXSpec (Optional)
tblpX W:tblpX (Optional)
tblpYSpec W:tblpYSpec (Optional)
tblpY W:tblpY (Optional)
Collapse Derivation Tree:
Collapse References:
W:tblpPr