.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

LOTUSSCRIPT/COM/OLE CLASSES


NotesRichTextDocLink class
Example

Represents a doclink in a rich text item.

Note This class is new with Release 6.

Containment

Contained by: NotesRichTextItem, NotesRichTextNavigator

Contains: NotesRichTextStyle

Properties

DbReplicaID

DisplayComment

DocUNID

HotSpotText

HotSpotTextStyle

ServerHint

ViewUNID

Methods

Remove

RemoveLinkage

SetHotSpotTextStyle

Access

To access a NotesRichTextDocLink object, use the NotesRichTextNavigator methods in conjunction with the type RTELEM_TYPE_DOCLINK.

Usage

Hotspot text representing a doclink can be retrieved by navigating to the doclink, enclosing it in a NotesRichTextRange, and retrieving the associated text with TextRun. If the doclink is not a hotspot, no text is present.

Example
See Also