listlevel
Listlevel is a term used in document formatting to describe the hierarchical depth of a list item within a multi-level (nested) list. The level determines which numbering style, indentation, and hierarchical relationship apply to that item. In most systems, top-level items are level 0, with each deeper nesting increasing the level by one (level 1, level 2, and so on). This concept is essential for producing organized, readable outlines and for controlling how lists are numbered across multiple levels.
In OpenXML WordprocessingML, the numbering system for Word documents is defined separately in the numbering part.
Applications and APIs commonly expose listlevel as a property on a paragraph or list item to assign
Notes: terminology varies by format; some systems use terms such as ilvl, lvl, or nesting level instead