[]
The Word/RTF hyperlink constructor.
public RtfHyperlink(string target)
Type | Name | Description |
---|---|---|
string | target | The target object (URL, bookmark ...) as string. |
The Word/RTF hyperlink constructor with attributes.
public RtfHyperlink(string target, Color color, RtfUnderlineStyle underline)
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. |