> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# ListLevel Object (IListLevel Interface)

This object provides access to the parameters of one level of a list. It is an element of the [List](/fine-reader/engine/api-reference/text-related-objects/list) collection. It provides access to the formatting and numbering attributes of the list level, but not to recognized text of the level.

## Properties

<table><thead><tr><th><p><strong>Name</strong></p></th><th><p><strong>Type</strong></p></th><th><p><strong>Description</strong></p></th></tr></thead><tbody><tr><td><p><strong>Application</strong></p></td><td><p><strong><a href="/fine-reader/engine/api-reference/engine-object-iengine-interface">Engine</a></strong>, <a href="/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties#readonly_properties">read-only</a></p></td><td><p>Returns the <strong>Engine</strong> object.</p></td></tr><tr><td colspan="3"><p><a name="group_1" /><em>Main attributes</em></p></td></tr><tr><td><p><a name="templatetext" /><strong>TemplateText</strong></p></td><td><p><strong><a href="/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties">BSTR</a></strong></p></td><td><p>Specifies the template text of the list level. The text may include elements <em>%0</em>, <em>%1</em>, ..., <em>%n</em>, where <em>n</em> is the index of the current level. When viewing the document, these elements will be replaced with actual values. "%%" is used for the normal character "%". The other elements are displayed as is.</p><p>For example, "Section %0.%1" means that the numbering of the second list level uses the current numbering of the first list level.</p></td></tr><tr><td><p><a name="levelindex" /><strong>LevelIndex</strong></p></td><td><p><strong><a href="/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties">int</a></strong>, read-only</p></td><td><p>Stores the index of the level. The value of this property is in range from 0 to 9.</p></td></tr><tr><td><p><a name="numberingstyle" /><strong>NumberingStyle</strong></p></td><td><p><strong><a href="/fine-reader/engine/api-reference/enumerations/numberingstyleenum">NumberingStyleEnum</a></strong></p></td><td><p>Specifies the numbering style of the list level.</p></td></tr><tr><td colspan="3"><p><a name="group_2" /><em>Numbering attributes</em></p></td></tr><tr><td><p><a name="bulletsymbol" /><strong>BulletSymbol</strong></p></td><td><p><strong><a href="/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties">BSTR</a></strong></p></td><td><p>Contains the bullet of the unordered list level. The property only makes sense, if the value of the <strong>NumberingStyle </strong>property is NS\_Bullet. The value of this property always contains no more than one symbol.</p><p>By default, the bullet symbol is ● (U+2022).</p></td></tr><tr><td><p><a name="startnumber" /><strong>StartNumber</strong></p></td><td><p><strong><a href="/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties">int</a></strong></p></td><td><p>Specifies the start number of the list level. The value of this property is nonnegative. The non-numeric elements are counted from 1.</p></td></tr><tr><td><p><a name="restartnumberingonupperlistleveloccurrence" /><strong>RestartNumberingOnUpperListLevelOccurrence</strong></p></td><td><p><strong><a href="/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties">int</a></strong></p></td><td><p>Specifies the upper level of the list. If this level appears in the list, the numbering in the next appearance of the current level should be restarted.</p><p>By default, the value of this property is -1, which means that the numbering is not restarted.</p></td></tr></tbody></table>

## Related objects

<img src="https://mintcdn.com/abbyy/lsETHFYUFiongXSm/images/fine-reader/engine/listlevel.gif?s=e232464e87178623ee2b5c5d5197945c" alt="ListLevel" width="125" height="111" data-path="images/fine-reader/engine/listlevel.gif" />[](/fine-reader/engine/visual-components-reference/supplementary-objects/spellwordcollection/element-property)[](/fine-reader/engine/api-reference/text-related-objects/list)[](/fine-reader/engine/api-reference/text-related-objects/listparams)[](/fine-reader/engine/api-reference/text-related-objects/paragraph)

[Object Diagram](/fine-reader/engine/api-reference/object-diagram)

## Output parameter

This object is the output parameter of the [Item](/fine-reader/engine/visual-components-reference/supplementary-objects/spellwordcollection/item-method), [AddNew](/fine-reader/engine/api-reference/supplementary-objects-and-methods/addnew-method) methods of the [List](/fine-reader/engine/api-reference/text-related-objects/list) object.

## See also

[List](/fine-reader/engine/api-reference/text-related-objects/list)

[Working with Properties](/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties)
