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

> AppendEmptyParagraph method of the Text Object in the ABBYY FineReader Engine API — Appends an empty paragraph (with default parameters) to the end of the text.

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)
