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