跳轉到主要內容
此方法會變更對應於該表格儲存格的 區塊 類型。

語法

C++

HRESULT ChangeBlockType( BlockTypeEnum Value );

C#

void ChangeBlockType( BlockTypeEnum Value );

Visual Basic .NET

Sub ChangeBlockType(Value As BlockTypeEnum)

參數

Value [in] 此變數指定區塊的新類型。僅允許下列類型:BT_Barcode、BT_Text、BT_RasterPicture、BT_VectorPicture。請參閱 BlockTypeEnum 列舉常數的說明。

回傳值

此方法沒有特定的回傳值。它會回傳 ABBYY FineReader Engine 函式的標準回傳值

另請參閱

TableCell