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

# Text オブジェクトの AppendEmptyParagraph メソッド

> ABBYY FineReader Engine API の Text オブジェクトの AppendEmptyParagraph メソッド — テキストの末尾に空の段落（既定のパラメーターを持つ）を追加します。

このメソッドは、現在のテキストの末尾に空の段落を追加します。新しい段落のパラメーターは既定値で初期化されます。

<div id="syntax">
  ## 構文
</div>

<div id="c">
  ### C++
</div>

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

### C\#

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

<div id="visual-basic-net">
  ### Visual Basic .NET
</div>

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

<div id="return-values">
  ## 戻り値
</div>

このメソッド固有の戻り値はありません。返されるのは、[ABBYY FineReader Engine 関数の標準戻り値](/ja/fine-reader/engine/api-reference/return-codes)です。

<div id="see-also">
  ## 関連項目
</div>

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