[]
        
(Showing Draft Content)

C1.WPF.Word.C1WordDocument.AddLink

AddLink Method

Add hyperlink into this document in next position.

Declaration
public RtfHyperlink AddLink(string target)
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)
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.