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.
このプロパティは、指定した位置のハイパーリンクを記述する Hyperlink オブジェクトへの参照を返します。ハイパーリンクが存在しない場合、このプロパティは 0 に設定されます。
HRESULT get_Hyperlink(
int Position,
IHyperlink** Result
);
IHyperlink get_Hyperlink( int Position );
ReadOnly Property Hyperlink(Position As Integer) As IHyperlink
Position
[in] この変数には、段落内の文字のインデックスが格納されます。
Result
[out, retval] Hyperlink 出力オブジェクトのinterface pointerを受け取るIHyperlink*ポインタ変数へのポインタです。このオブジェクトはハイパーリンクのプロパティを公開します。ハイパーリンクが存在しない場合、このプロパティは0に設定されます。
この関数には固有の戻り値はありません。ABBYY FineReader Engine 関数の標準的な戻り値を返します。
Paragraph
Hyperlink
プロパティの操作