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

# TextValidator オブジェクトの EndSpelling メソッド

> Windows 上の ABBYY FineReader Engine Visual Components における TextValidator オブジェクトの EndSpelling メソッド — このメソッドはスペルチェックを終了します。

このメソッドはスペルチェックを終了します。

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

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

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

### C\#

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

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

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

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

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

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

[TextValidator](/ja/fine-reader/engine/visual-components-reference/textvalidator)

[Spell](/ja/fine-reader/engine/visual-components-reference/textvalidator/spell-method)
