跳转到主要内容
此方法会对指定块开始拼写检查。

语法

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