textElt complexType [Word 2003 XML Reference] -- Microsoft Office Word 2003 XML Software Development Kit
textElt complexType [Word 2003 XML Reference]
Defines a run of text.
Type Information
Namespace | http://schemas.microsoft.com/office/word/2003/auxHint |
Schema name | Auxiliary XML Document 2003 |
Elements and Attributes
Child Elements
None.
Attributes
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. |
Definition
<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>
©2004 Microsoft Corporation. All rights reserved. Permission to copy, display and distribute this document is available at: http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice.asp