UnderlineTabInNumberingList Class

Underline Following Character Following Numbering.When the object is serialized out as xml, its qualified name is w:underlineTabInNumList.

Inheritance Hierarchy

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlLeafElement
      DocumentFormat.OpenXml.Wordprocessing.OnOffType
        DocumentFormat.OpenXml.Wordprocessing.UnderlineTabInNumberingList

Namespace:  DocumentFormat.OpenXml.Wordprocessing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Class UnderlineTabInNumberingList _
    Inherits OnOffType
'Usage
Dim instance As UnderlineTabInNumberingList
public class UnderlineTabInNumberingList : OnOffType

Remarks

[ISO/IEC 29500-1 1st Edition]

9.7.3.47 underlineTabInNumList (Underline Following Character Following Numbering)

This element specifies whether applications shall underline the character following the numbering defined using the suff element (Part 1, §17.9.29) 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

[Example: Consider a WordprocessingML document with two numbered paragraphs: one with underlined text and the other without. The default presentation would have the tab characters free of underlining in both cases:

DocumentFormat.OpenXml.Wordprocessing.UnderlineTab

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:

DocumentFormat.OpenXml.Wordprocessing.UnderlineTab

end example]

Parent Elements

compat (Part 1, §17.15.1.21)

This element’s content model is defined by the common boolean property definition in Part 1, §17.17.4.

© ISO/IEC29500: 2008.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

UnderlineTabInNumberingList Members

DocumentFormat.OpenXml.Wordprocessing Namespace