Defines a run of text.
| Namespace | http://schemas.microsoft.com/office/word/2003/auxHint | 
| Schema name | Auxiliary XML Document 2003 | 
None.
| Attribute | Type | Required | Description | Possible Values | 
|---|---|---|---|---|
| val | xsd:string | required | Gets or sets the text displayed for this object. | See external namespace. | 
| wTabBefore | xsd:integer | optional | Gets or sets the width (in twips) of the tab before the number. Use this value only if the number is not left-justified. | See external namespace. | 
| wTabAfter | xsd:integer | optional | Gets or sets the width (in twips) of the tab after the number. | See external namespace. | 
      
<xsd:complexType name="textElt" >
  <xsd:attribute name="val" type="xsd:string" use="required">
  </xsd:attribute>
  <xsd:attribute name="wTabBefore" type="xsd:integer" use="optional">
  </xsd:attribute>
  <xsd:attribute name="wTabAfter" type="xsd:integer" use="optional">
  </xsd:attribute>
</xsd:complexType>