Skip to main content

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.

This method starts spell checking from the specified position.

Syntax

C++

HRESULT Spell( IEditorPosition* StartPosition );

C#

void Spell( IEditorPosition StartPosition );

Visual Basic .NET

Sub Spell(StartPosition As IEditorPosition)

Parameters

StartPosition [in] Refers to the EditorPosition object which specifies the cursor position to start spell checking from.

Return values

This method has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.

See also

TextValidator EndSpelling