Definition Type: ComplexType
Name: textElt
Namespace: http://schemas.microsoft.com/office/word/2003/auxHint
Containing Schema: wordnetaux.xsd
Abstract
Documentation:
Defines a run of text.
Collapse XSD Schema Diagram:
Drilldown into wTabAfter in schema wordnetaux_xsd Drilldown into wTabBefore in schema wordnetaux_xsd Drilldown into val in schema wordnetaux_xsdXSD Diagram of textElt in schema wordnetaux_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="textElt">
    <xsd:annotation>
        <xsd:documentation>Defines a run of text.</xsd:documentation>
    </xsd:annotation>
    <xsd:attribute name="val" type="xsd:string" use="required">
        <xsd:annotation>
            <xsd:documentation>Gets or sets the text displayed for this object.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="wTabBefore" type="xsd:integer" use="optional">
        <xsd:annotation>
            <xsd:documentation>Gets or sets the width (in twips) of the tab before the number. Use this value only if the number is not left-justified.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="wTabAfter" type="xsd:integer" use="optional">
        <xsd:annotation>
            <xsd:documentation>Gets or sets the width (in twips) of the tab after the number.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
val wx:val Required
wTabBefore wx:wTabBefore Optional
wTabAfter wx:wTabAfter Optional
Collapse Derivation Tree:
Collapse References:
wx:t