跳轉到主要內容
此方法會在指定的區塊中啟動拼字檢查。

語法

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