Creates a new abstract numbering definition.
Unique identifier for this abstract numbering definition
Array of level definitions (up to 9 levels)
Adds a child element to this component.
The child component or text string to add
This component (for chaining)
Prepares this component and its children for XML serialization.
This method is called by the Formatter to convert the component tree into an object structure compatible with the xml library (https://www.npmjs.com/package/xml). It recursively processes all children and handles special cases like attribute-only elements and empty elements.
The method can be overridden by subclasses to customize XML representation or execute side effects during serialization (e.g., creating relationships).
The serialization context containing document state
The XML-serializable object, or undefined to exclude from output
Represents an abstract numbering definition in a WordprocessingML document.
Abstract numbering definitions define the formatting and style of numbered or bulleted lists that can be referenced by concrete numbering instances. Each abstract definition can contain up to 9 levels.
Reference: http://officeopenxml.com/WPnumbering.php
XSD Schema
Example