Saltar al contenido principal

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.

Este método asigna un hipervínculo a una cadena dentro de un párrafo.

Sintaxis

C++

HRESULT SetHyperlink(
  int         Position,
  int         Count,
  IHyperlink* Value
);

C#

void SetHyperlink(
  int       Position,
  int       Count,
  IHyperlink Value
);

Visual Basic .NET

Sub SetHyperlink( _
  Position As Integer, _
  Count As Integer, _
  Value As IHyperlink _
)

Parámetros

Position [in] El índice del carácter inicial del hipervínculo. Count [in] La longitud de la cadena que forma el hipervínculo. Value [in] Esta variable especifica el Hyperlink que se establecerá.

Valores de retorno

Este método no tiene valores de retorno específicos. Devuelve los valores de retorno estándar de las funciones de ABBYY FineReader Engine.

Consulte también

Párrafo