C1.WPF.Word.4.6.2 Assembly / C1.WPF.Word Namespace / C1WordDocument Class / AddLink Method / AddLink(String,IRtfContent) Method
The target object (URL, bookmark ...) as string.
The drawing content (paragraph) object.

In This Topic
AddLink(String,IRtfContent) Method
In This Topic
Add hyperlink into this document in next position.
Syntax
'Declaration
 
Public Overloads Function AddLink( _
   ByVal target As String, _
   ByVal content As IRtfContent _
) As RtfHyperlink
 

Parameters

target
The target object (URL, bookmark ...) as string.
content
The drawing content (paragraph) object.

Return Value

The Word/RTF hyperlink object.
See Also