<mirrorIndents>
(Use Left/Right Indents as Inside/Outside Indents)
This element specifies whether the paragraph indents should be interpreted as mirrored indents. When this element is present, the left indent shall become the inside indent and the right indent shall become the outside indent.
If the <mirrorIndents>
property is specified for this paragraph, then the inside page edge is the right page edge for odd numbered pages and the left page edge for even numbered pages. Conversely, the outside page edge is the left page edge for odd numbered pages and the right page edge for even numbered pages.
If this element is omitted on a given paragraph, its value is determined by the setting previously set at any level of the style hierarchy (i.e. that previous setting remains unchanged). If this setting is never specified in the style hierarchy, then this property shall not be applied.
<w:pPr> <w:ind w:left="1440" /> <w:mirrorIndents /> </w:pPr>
This set of indentation properties specifies that a 1440
twip indentation should be provided on the @left
side of the text margins for this paragraph. However, since the <mirrorIndents>
property is set, the @left
indent is really the inside indent, and if this paragraph is on page one, shall result in a one inch right indent from the text margin. ]
Parent Elements |
---|
|
Attributes |
Description |
---|---|
|
Specifies a binary value for the property defined by the parent XML element. A value of A value of <w:… w:val="off"/> The The possible values for this attribute are defined by the ST_OnOff simple type (§2.18.67). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_OnOff">
<attribute name="val" type="ST_OnOff"/>
</complexType>