Adds a child element to this component.
The child component or text string to add
This component (for chaining)
Creates and adds a new footnote to the collection.
Unique numeric identifier for the footnote
Array of paragraphs that make up the footnote content
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 the footnotes collection in a WordprocessingML document.
FootNotes manages all footnotes in a document and automatically creates the required separator and continuation separator footnotes. These special footnotes define the line that separates body text from footnotes and the line used when footnotes continue across pages.
Reference: http://officeopenxml.com/WPfootnotes.php
XSD Schema
Example