[]
        
(Showing Draft Content)

C1.C1Word.C1WordDocument.AddLink

AddLink Method

Add hyperlink into this document in next position.

Declaration
public RtfHyperlink AddLink(string target)
Public Function AddLink(target As String) As RtfHyperlink
Parameters
Type Name Description
string target

The target object (URL, bookmark ...) as string.

Returns
Type Description
RtfHyperlink

The Word/RTF hyperlink object.

Add hyperlink into this document in next position.

Declaration
public RtfHyperlink AddLink(string target, IRtfContent content)
Public Function AddLink(target As String, content As IRtfContent) As RtfHyperlink
Parameters
Type Name Description
string target

The target object (URL, bookmark ...) as string.

IRtfContent content

The drawing content (paragraph) object.

Returns
Type Description
RtfHyperlink

The Word/RTF hyperlink object.