메인 콘텐츠로 건너뛰기

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 SpellBlock(
  int PageIndex,
  int BlockIndex
);

C#

void SpellBlock(
  int PageIndex,
  int BlockIndex
);

Visual Basic .NET

Sub SpellBlock( _
  PageIndex As Integer, _
  BlockIndex As Integer _
)

매개변수

PageIndex [in] 블록이 위치한 페이지의 인덱스입니다. BlockIndex [in] 맞춤법 검사가 필요한 블록의 인덱스입니다. 이 인덱스는 ILayout::VisualBlocks 컬렉션에 있습니다.

반환 값

이 메서드는 특정 반환 값을 갖지 않습니다. 대신 ABBYY FineReader Engine 함수의 표준 반환 값이 반환됩니다.

참고 항목

TextValidator Spell