JAVA/CORBA CLASSES
Adds a doclink to the end of 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
AppendDocLink method in LotusScript NotesRichTextItem class
EditMakeDocLink @command in formula language
Example See Also