
Inserts a new hypertext link at the current input position.
[C#]
public bool Add(HypertextLink hypertextLink);
[Visual Basic]
Public Function Add(ByVal hypertextLink As HypertextLink) As Boolean
| Parameter | Description | |
| hypertextLink | Specifies the hypertext link to add. |
The return value is true, if the hypertext link could be added. Otherwise it is false.