Definition Type: ComplexType
Name: spacingProperty
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Abstract
Documentation:
Defines a property that uses line-spacing rules.
Collapse XSD Schema Diagram:
Drilldown into line-rule in schema wordnet_xsd Drilldown into line in schema wordnet_xsd Drilldown into after-autospacing in schema wordnet_xsd Drilldown into after-lines in schema wordnet_xsd Drilldown into after in schema wordnet_xsd Drilldown into before-autospacing in schema wordnet_xsd Drilldown into before-lines in schema wordnet_xsd Drilldown into before in schema wordnet_xsdXSD Diagram of spacingProperty in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="spacingProperty">
    <xsd:annotation>
        <xsd:documentation>Defines a property that uses line-spacing rules.</xsd:documentation>
    </xsd:annotation>
    <xsd:attribute name="before" type="twipsMeasureType" use="optional">
        <xsd:annotation>
            <xsd:documentation>Gets or sets amount of space above paragraph.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="before-lines" type="decimalNumberType" use="optional">
        <xsd:annotation>
            <xsd:documentation>Gets or sets number of lines before paragraph (when using character units).</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="before-autospacing" type="onOffType" use="optional">
        <xsd:annotation>
            <xsd:documentation>Gets or sets whether space/lines before a paragraph is automatic.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="after" type="twipsMeasureType" use="optional">
        <xsd:annotation>
            <xsd:documentation>Gets or sets amount of space below paragraph.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="after-lines" type="decimalNumberType" use="optional">
        <xsd:annotation>
            <xsd:documentation>Gets or sets number of lines after paragraph (when using character units)</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="after-autospacing" type="onOffType" use="optional">
        <xsd:annotation>
            <xsd:documentation>Gets or sets whether space/lines after a paragraph is automatic.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="line" type="signedTwipsMeasureType" use="optional">
        <xsd:annotation>
            <xsd:documentation>Gets or sets amount of vertical spacing between lines of text.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="line-rule" type="lineSpacingRuleValue" use="optional">
        <xsd:annotation>
            <xsd:documentation>Specifies interpretation of line attribute.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
before W:before Optional
before-lines W:before-lines Optional
before-autospacing W:before-autospacing Optional
after W:after Optional
after-lines W:after-lines Optional
after-autospacing W:after-autospacing Optional
line W:line Optional
line-rule W:line-rule Optional
Collapse Derivation Tree:
Collapse References:
W:spacing