<xsd:complexType name="fitTextProperty">
<xsd:annotation>
<xsd:documentation>Defines the width of space into which a run of text should fit.</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="val" type="twipsMeasureType" use="required">
<xsd:annotation>
<xsd:documentation>Gets or sets the width of space into which a run of text should fit.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="id" type="decimalNumberType" use="optional">
<xsd:annotation>
<xsd:documentation>Gets or sets a unique internal ID that associates multiple runs of fit text.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|