Inserts a new hypertext link at the current input position.

Add(HypertextLink)

public bool Add(HypertextLink hypertextLink);
Public Function Add(ByVal hypertextLink As HypertextLink) As Boolean

Parameters

Parameter Description
hypertextLink Specifies the hypertext link to add.

Return Value

The return value is true, if the hypertext link could be added. Otherwise it is false.