Numbering Class

Numbering Definitions. It is the root element of NumberingDefinitionsPart.When the object is serialized out as xml, its qualified name is w:numbering.

Inheritance Hierarchy

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.OpenXmlPartRootElement
        DocumentFormat.OpenXml.Wordprocessing.Numbering

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

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(AbstractNum))> _
<ChildElementInfoAttribute(GetType(NumberingIdMacAtCleanup))> _
<ChildElementInfoAttribute(GetType(NumberingPictureBullet))> _
<ChildElementInfoAttribute(GetType(NumberingInstance))> _
Public Class Numbering _
    Inherits OpenXmlPartRootElement
'Usage
Dim instance As Numbering
[ChildElementInfoAttribute(typeof(AbstractNum))]
[ChildElementInfoAttribute(typeof(NumberingIdMacAtCleanup))]
[ChildElementInfoAttribute(typeof(NumberingPictureBullet))]
[ChildElementInfoAttribute(typeof(NumberingInstance))]
public class Numbering : OpenXmlPartRootElement

Remarks

The following table lists the possible child types:

  • NumberingPictureBullet <w:numPicBullet>

  • AbstractNum <w:abstractNum>

  • NumberingInstance <w:num>

  • NumberingIdMacAtCleanup <w:numIdMacAtCleanup>

[ISO/IEC 29500-1 1st Edition]

17.9.17 numbering (Numbering Definitions)

This element specifies the formatting, display, and functionality of numbering - Arabic numerals, Roman numerals, symbol characters ("bullets"), text strings, etc. - in WordprocessingML documents, which are used to label individual paragraphs of text.

[Example: The following two paragraphs each contain numbering as defined by WordprocessingML: the first uses an Arabic numeral, the second a symbol character:

This is a paragraph with numbering information.

  • This is also a paragraph with numbering information.

end example]

Parent Elements

Root element of WordprocessingML Numbering Definitions part

Child Elements

Subclause

abstractNum (Abstract Numbering Definition)

§17.9.1

num (Numbering Definition Instance)

§17.9.16

numIdMacAtCleanup (Last Reviewed Abstract Numbering Definition)

§17.9.20

numPicBullet (Picture Numbering Symbol Definition)

§17.9.21

[Note: The W3C XML Schema definition of this element’s content model (CT_Numbering) is located in §A.1. end note]

© 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

Numbering Members

DocumentFormat.OpenXml.Wordprocessing Namespace