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

# AppendEmptyParagraph Method of the Text Object

This method appends an empty paragraph at the end of the current text. Parameters of the new paragraph are initialized with default values.

## Syntax

### C++

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

### C\#

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

### Visual Basic .NET

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

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