> ## 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.

# ListParams Object (IListParams Interface)

This object provides access to the parameters of the list to which a paragraph belongs. This object is a subobject of the [Paragraph](/fine-reader/engine/api-reference/text-related-objects/paragraph) object.

## Properties

| Name          | Type                                                                                                                                                                                                          | Description                                                                                                                                                                                                         |
| ------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Application   | [Engine](/fine-reader/engine/api-reference/engine-object-iengine-interface), [read-only](/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties#readonly_properties) | Returns the Engine object.                                                                                                                                                                                          |
| List          | [List](/fine-reader/engine/api-reference/text-related-objects/list), [read-only](/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties#readonly_properties)         | Stores the List object which corresponds to the list to which the paragraph belongs. If the paragraph is not in the list, the property returns NULL.                                                                |
| ListLevel     | [int](/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties)                                                                                                        | Specifies the level of the paragraph in the list. The value of the property must be in range from 0 to 8. <br /><br /> **Note:** *If the paragraph is not in the list, the returned value of ListLevel will be -1.* |
| OrdinalNumber | [int](/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties), read-only                                                                                             | Specifies the paragraph's number in the list.                                                                                                                                                                       |

## Methods

| Name                                                                                                      | Description                                                                                                                                                                            |
| --------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [AddToList](/fine-reader/engine/api-reference/text-related-objects/listparams/addtolist-method)           | Adds the paragraph to the list. <br /><br /> **Important!** *Make sure that the List property is defined. Calling this method when the List property is NULL will result in an error.* |
| [RemoveFromList](/fine-reader/engine/api-reference/text-related-objects/listparams/removefromlist-method) | Removes the paragraph from the list.                                                                                                                                                   |

## Related objects

<img src="https://mintcdn.com/abbyy/lsETHFYUFiongXSm/images/fine-reader/engine/listparams.gif?s=3782e06c670d49803ec51b3dbb4fcba2" alt="ListParams" width="172" height="114" data-path="images/fine-reader/engine/listparams.gif" />[](/fine-reader/engine/api-reference/text-related-objects/paragraph#listparams)[](/fine-reader/engine/api-reference/text-related-objects/listlevel)[](/fine-reader/engine/api-reference/text-related-objects/list)[](/fine-reader/engine/api-reference/text-related-objects/paragraph)

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

## See also

[Paragraph](/fine-reader/engine/api-reference/text-related-objects/paragraph)

[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)
