メインコンテンツへスキップ

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.

このメソッドは、ブロックを TextBlock オブジェクトとして返します。ブロックがテキストブロックでない場合は、NULL を返します。

構文

C++

HRESULT GetAsTextBlock( ITextBlock** Result );

C#

ITextBlock GetAsTextBlock();

Visual Basic .NET

Function GetAsTextBlock() As ITextBlock

パラメーター

Result [out, retval] 戻り値として返される TextBlock オブジェクトへのインターフェイス ポインターを受け取る ITextBlock* ポインター変数へのポインターです。

戻り値

このメソッドに固有の戻り値はありません。ABBYY FineReader Engine 関数の標準戻りコードが返されます。

関連項目

Block TextBlock