Definition Type: ComplexType
Name: fitTextProperty
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Abstract
Documentation:
Defines the width of space into which a run of text should fit.
Collapse XSD Schema Diagram:
Drilldown into id in schema wordnet_xsd Drilldown into val in schema wordnet_xsdXSD Diagram of fitTextProperty in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
val W:val Required
id W:id Optional
Collapse Derivation Tree:
Collapse References:
W:fitText