<underlineTabInNumList>
(Underline Following Character Following Numbering)
This element specifies whether applications shall underline the character following the numbering defined using the <suff>
element (§2.9.30) when both the numbering itself and the first letter of the corresponding numbered paragraph is underlined.
Typically, the tab or space character generated between numbering and the corresponding paragraph of text is never formatted, since it is automatically generated by the <suff>
element. This element, when present with a @val
attribute value of true
(or equivalent), specifies that the tab or space shall tab or space shall be underlined the same way as the numbering symbol itself in the following conditions:
The numbering is underlined
The first character of the paragraph is underlined
However, if this compatibility setting is turned on:
<w:compat> <w:underlineTabInNumList /> </w:compat>
Then the second paragraph meets the criteria defined above for having the suffix character underlined, 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>