Freigeben über


UnderlineTabInNumberingList-Klasse

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

Vererbungshierarchie

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

Hinweise

[ISO/IEC 29500-1 1. Ausgabe]

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. Die oben aufgeführten Textauszüge wurden von Microsoft (und/oder den Microsoft-Vendoren) von Englisch nach Deutsch übersetzt, und im Rahmen von ISO wird keinerlei Verantwortung für diese Übersetzungen übernommen.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Referenz

UnderlineTabInNumberingList-Member

DocumentFormat.OpenXml.Wordprocessing-Namespace