메인 콘텐츠로 건너뛰기

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.

이 메서드는 지정한 위치부터 맞춤법 검사를 시작합니다.

구문

C++

HRESULT Spell( IEditorPosition* StartPosition );

C#

void Spell( IEditorPosition StartPosition );

Visual Basic .NET

Sub Spell(StartPosition As IEditorPosition)

매개변수

StartPosition [in] 맞춤법 검사를 시작할 커서 위치를 지정하는 EditorPosition 객체를 나타냅니다.

반환 값

이 메서드에는 특정 반환 값이 없습니다. ABBYY FineReader Engine 함수의 표준 반환 값을 반환합니다.

참고 항목

TextValidator EndSpelling