Spell Method of the TextValidator Object
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
9/17/2024 3:14:41 PM