Definition Type: ComplexType
Name: tabStopProperty
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Abstract
Documentation:
Defines a tab stop.
Collapse XSD Schema Diagram:
Drilldown into pos in schema wordnet_xsd Drilldown into leader in schema wordnet_xsd Drilldown into val in schema wordnet_xsdXSD Diagram of tabStopProperty in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="tabStopProperty">
    <xsd:annotation>
        <xsd:documentation>Defines a tab stop.</xsd:documentation>
    </xsd:annotation>
    <xsd:attribute name="val" type="tabJCValue" use="required">
        <xsd:annotation>
            <xsd:documentation>Gets or sets tab alignment (or clear).</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="leader" type="tabTLCValue" use="optional">
        <xsd:annotation>
            <xsd:documentation>Gets or sets style of the empty space in front of the tab.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="pos" type="signedTwipsMeasureType" use="required">
        <xsd:annotation>
            <xsd:documentation>Gets or sets position.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
val W:val Required
leader W:leader Optional
pos W:pos Required
Collapse Derivation Tree:
  • tabStopProperty
Collapse References:
W:tab