Skip to main content

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.

This object provides access to the parameters of the list to which a paragraph belongs. This object is a subobject of the Paragraph object.

Properties

NameTypeDescription
ApplicationEngine, read-onlyReturns the Engine object.
ListList, read-onlyStores 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.
ListLevelintSpecifies the level of the paragraph in the list. The value of the property must be in range from 0 to 8.

Note: If the paragraph is not in the list, the returned value of ListLevel will be -1.
OrdinalNumberint, read-onlySpecifies the paragraph’s number in the list.

Methods

NameDescription
AddToListAdds the paragraph to the list.

Important! Make sure that the List property is defined. Calling this method when the List property is NULL will result in an error.
RemoveFromListRemoves the paragraph from the list.
ListParams Object Diagram

See also

Paragraph List Working with Properties