Expand description
Parser for word/numbering.xml in OOXML documents.
Extracts the mapping from numId to abstract numbering definitions,
including whether each list level is ordered (decimal, roman, etc.) or
unordered (bullet), and the start value for ordered lists.
Structsยง
- Abstract
Num - An abstract numbering definition containing per-level formatting.
- Level
- Formatting information for a single indentation level in a list.
- Numbering
- Top-level numbering definitions parsed from
word/numbering.xml.