Hyperlink Property of the Paragraph Object
This property returns a reference to the Hyperlink object which describes the hyperlink in the position. If there are no hyperlinks, this property is set to 0.
Syntax
HRESULT get_Hyperlink(
int Position,
IHyperlink** Result
);
Parameters
- Position
- [in] This variable contains the index of a character inside the paragraph.
- Result
- [out, retval] A pointer to IHyperlink* pointer variable that receives the interface pointer of the Hyperlink output object. This object exposes properties of the hyperlink. If there is no hyperlink, this property is set to 0.
Return values
This function has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.
See also
03.07.2024 8:50:25