[]
The Word/RTF hyperlink constructor.
public RtfHyperlink(string target)
Public Sub New(target As String)
| 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)
Public Sub New(target As String, color As Color, underline As RtfUnderlineStyle)
| 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. |