[]
        
(Showing Draft Content)

C1.WPF.Word.Objects.RtfHyperlink.-ctor

RtfHyperlink Constructor

The Word/RTF hyperlink constructor.

Declaration
public RtfHyperlink(string target)
Parameters
Type Name Description
string target

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

The Word/RTF hyperlink constructor with attributes.

Declaration
public RtfHyperlink(string target, Color color, RtfUnderlineStyle underline)
Parameters
Type Name Description
string target

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

Color color

The text color of the hyperlink.

RtfUnderlineStyle underline

The underline type of the hyperlink.