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

# RemoveAll Method of the Text Object

This method empties the collection of paragraphs of the Text object.

## Syntax

### C++

```cpp theme={null}
HRESULT RemoveAll();
```

### C\#

```csharp theme={null}
void RemoveAll();
```

### Visual Basic .NET

```vb theme={null}
Sub RemoveAll()
```

## Return values

This method has no specific return values. It returns the [standard return values of ABBYY FineReader Engine functions](/fine-reader/engine/api-reference/return-codes).

## See also

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

[Remove](/fine-reader/engine/api-reference/text-related-objects/text/remove-method)
