JAVA/CORBA CLASSES
Adds a doclink to a rich text item.
Defined in
RichTextItem
Syntax
public void appendDocLink(Document doc) throws NotesException
public void appendDocLink(Database db) throws NotesException
public void appendDocLink(View vw) throws NotesException
public void appendDocLink(Document doc, String comment) throws NotesException
public void appendDocLink(Database db, String comment) throws NotesException
public void appendDocLink(View vw, String comment) throws NotesException
public void appendDocLink(Document doc, String comment, String hotspottext) throws NotesException
public void appendDocLink(Database db, String comment, String hotspottext) throws NotesException
public void appendDocLink(View vw, String comment, String hotspottext) throws NotesException
Parameters
Document doc
By default the insertion occurs at the end of the item. You can change the insertion point with beginInsert and endInsert.
Language cross-reference
AppendDocLink method in LotusScript NotesRichTextItem class
EditMakeDocLink @command in formula language
Example See Also