NotesRichTextDocLink
Properties
| Name | Description |
|---|---|
| DbReplicaID | Read-write. Replica ID of the target database. |
| DisplayComment | Read-write. Comment text of the doclink. |
| DocUNID | Read-write. Universal ID of the target document. |
| HotSpotText | Read-write. For a hotspot doclink, the text representing the doclink. |
| HotSpotTextStyle | Read-only. For a hotspot doclink, the style of the text representing the doclink. |
| ServerHint | Read-write. Name of the server containing the target database. |
| ViewUNID | Read-write. Universal ID of the target view. |
Methods
| Name | Description |
|---|---|
| Remove (NotesRichTextDocLink) | Removes the doclink from the rich text item. |
| RemoveLinkage | Removes the doclink link from the rich text item while keeping hotspot text and formatting. |
| SetHotSpotTextStyle | Sets the style of the text for a hotspot link. |
Examples
| Name | Description |
|---|---|
| Examples: DisplayComment property | This agent displays the comment for every doclink in the Body item of the current document. |
| Examples: DocUNID property | 1. This agent displays the value of the Subject item of the target document of the first or only doclink in the Body item of the current document. |
| Examples: HotspotText | 1. This agent displays the hotspot text of the first doclink in the Body item. |
| Examples: HotSpotTextStyle property | This agent toggles the bold attribute of the hotspot text for the first doclink in the Body item. |
| Examples: Remove method (NotesRichTextDocLink) | This agent removes doclinks from the Body item of the current document at user discretion. |