Definition Type: Attribute
Name: wTab
Namespace: http://schemas.microsoft.com/office/word/2003/auxHint
Type: integer:http://www.w3.org/2001/XMLSchema
Containing Schema: wordnetaux.xsd
ContentType Restriction
Documentation:
Gets or sets the tab width, in twips.
Collapse XSD Schema Diagram:
XSD Diagram of wTab in schema wordnetaux_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:attribute name="wTab">
    <xsd:annotation>
        <xsd:documentation>Gets or sets the tab width, in twips.</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleType>
        <xsd:restriction base="xsd:integer">
        </xsd:restriction>
    </xsd:simpleType>
</xsd:attribute>