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 method adds the paragraph to the list.

Syntax

C++

HRESULT AddToList( IListParams* ListParams );

C#

void AddToList( IListParams ListParams );

Visual Basic .NET

Sub AddToList(ListParams As IListParams)

Parameters

ListParams [in] This parameter refers to the ListParams object which contains the parameters of the list to which the paragraph should be added.

Return values

This method has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.

See also

ListParams