Defines indentation settings.
Namespace | http://schemas.microsoft.com/office/word/2003/wordml |
Schema name | XML Document 2003 |
None.
Attribute | Type | Required | Description | Possible Values |
---|---|---|---|---|
left | signedTwipsMeasureType | optional | Specifies space between left margin and text. Negative values move text into margin. | |
left-chars | decimalNumberType | optional | Specifies character spaces between left margin and text (when using character units). Negative values move text into margin. | |
right | signedTwipsMeasureType | optional | Specifies space between text and right margin. Negative values move text into margin. | |
right-chars | decimalNumberType | optional | Specifies character spaces between text and right margin (when using character units). Negative values move text into margin. | |
hanging | signedTwipsMeasureType | optional | Specifies hanging indent for all lines after first. | |
hanging-chars | decimalNumberType | optional | Specifies character-space hanging indent for all lines after first (when using character units). | |
first-line | signedTwipsMeasureType | optional | Specifies indent for first line only (cannot be used with hanging attribute). | |
first-line-chars | decimalNumberType | optional | Specifies character spacing indent for first line only (cannot be used with hanging-chars attribute). |
<xsd:complexType name="indProperty" >
<xsd:attribute name="left" type="signedTwipsMeasureType" use="optional">
</xsd:attribute>
<xsd:attribute name="left-chars" type="decimalNumberType" use="optional">
</xsd:attribute>
<xsd:attribute name="right" type="signedTwipsMeasureType" use="optional">
</xsd:attribute>
<xsd:attribute name="right-chars" type="decimalNumberType" use="optional">
</xsd:attribute>
<xsd:attribute name="hanging" type="signedTwipsMeasureType" use="optional">
</xsd:attribute>
<xsd:attribute name="hanging-chars" type="decimalNumberType" use="optional">
</xsd:attribute>
<xsd:attribute name="first-line" type="signedTwipsMeasureType" use="optional">
</xsd:attribute>
<xsd:attribute name="first-line-chars" type="decimalNumberType" use="optional">
</xsd:attribute>
</xsd:complexType>