[]
Add hyperlink into this document in next position.
public RtfHyperlink AddLink(string target)
| Type | Name | Description |
|---|---|---|
| string | target | The target object (URL, bookmark ...) as string. |
| Type | Description |
|---|---|
| RtfHyperlink | The Word/RTF hyperlink object. |
Add hyperlink into this document in next position.
public RtfHyperlink AddLink(string target, IRtfContent content)
| Type | Name | Description |
|---|---|---|
| string | target | The target object (URL, bookmark ...) as string. |
| IRtfContent | content | The drawing content (paragraph) object. |
| Type | Description |
|---|---|
| RtfHyperlink | The Word/RTF hyperlink object. |