<noSpaceRaiseLower>
(Do Not Increase Line Height for Raised/Lowered Text)
This element specifies whether the height which is allotted to any given line of text when the contents of this document are displayed shall include additional spacing in order to ensure that all raised and/or lowered text can be fully displayed.
Typically, any extra space needed is added to the line to prevent raised and lowered text from being truncated or hidden. This element, when present with a @val
attribute value of true
(or equivalent), specifies that the height of the line shall be determined solely by the spacing settings on the parent paragraph, and any raised/lowered text shall just be clipped if it exceeds that space.
However, if this compatibility setting is turned on:
<w:compat> <w:noSpaceRaiseLower /> </w:compat>
Then no additional space should be added to the line height, resulting in the following output:
Parent Elements |
---|
|
Attributes |
Description |
---|---|
|
Specifies a binary value for the property defined by the parent XML element. A value of A value of example:
<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>