<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>
|