リッチテキストアイテムに文書リンクを追加します。
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
Document doc
リンク先の文書です。
Database db
リンク先のデータベースです。
View vw
リンク先のビューです。
String comment
リンク上にマウスを置いているときに表示される文字列です。
String hotspottext
リンクをたどるためにユーザーがクリックする、枠で囲まれたテキスト。この文字列は、トークンの位置に代わりに表示されます。
デフォルトでは、アイテムの末尾に挿入されます。beginInsert と endInsert を使用して、挿入ポイントを変更できます。
編集モードで開いている文書 (NotesUIDocument.Document を介した NotesDocument) の場合、リッチテキストに対する変更は、他のタイプのフィールドでの場合のようにすぐには画面に表示されません。この変更内容を表示するためのメソッドはありません。変更内容を表示するには、文書を閉じてから再度開く必要があります。