.

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

JAVA/CORBA CLASSES


HotSpotText property
Example

Read-write. For a hotspot doclink, the text representing the doclink.

Defined in

RichTextDoclink

Data type

String

Syntax

public String getHotSpotText()
   throws NotesException

public void setHotSpotText(String text)
   throws NotesException

Usage

If this property is an empty string, the doclink is not a hotspot doclink.

You can set this property only for a hotspot doclink.

You cannot set this property to an empty string.

Language cross-reference

HotSpotText property in LotusScript NotesRichTextDocLink class

Example
See Also