Skip to main content

NotesRichTextDocLink

Properties

NameDescription
DbReplicaIDRead-write. Replica ID of the target database.
DisplayCommentRead-write. Comment text of the doclink.
DocUNIDRead-write. Universal ID of the target document.
HotSpotTextRead-write. For a hotspot doclink, the text representing the doclink.
HotSpotTextStyleRead-only. For a hotspot doclink, the style of the text representing the doclink.
ServerHintRead-write. Name of the server containing the target database.
ViewUNIDRead-write. Universal ID of the target view.

Methods

NameDescription
Remove (NotesRichTextDocLink)Removes the doclink from the rich text item.
RemoveLinkageRemoves the doclink link from the rich text item while keeping hotspot text and formatting.
SetHotSpotTextStyleSets the style of the text for a hotspot link.

Examples

NameDescription
Examples: DisplayComment propertyThis agent displays the comment for every doclink in the Body item of the current document.
Examples: DocUNID property1. 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: HotspotText1. This agent displays the hotspot text of the first doclink in the Body item.
Examples: HotSpotTextStyle propertyThis 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.