文書リンクをリッチテキストアイテムに追加します。
appendDocLink(doc:NotesDocument, comment:string) : void
appendDocLink(doc:NotesDocument, comment:string, hotspottext:string) : void
appendDocLink(db:NotesDatabase) : void
appendDocLink(db:NotesDatabase, comment:string) : void
appendDocLink(db:NotesDatabase, comment:string, hotspottext:string) : void
appendDocLink(vw:NotesView) : void
appendDocLink(vw:NotesView, comment:string) : void
appendDocLink(vw:NotesView, comment:string, hotspottext:string) : void
| パラメータ | 説明 |
|---|---|
| doc | リンク先にする文書。 |
| db | リンク先にするデータベース。 |
| vw | リンク先にするビュー。 |
| comment | ユーザーがリンクの上でマウスを押したままにしたときに表示されるテキスト。 |
| hotspottext | リンクをたどるためにユーザーがクリックする、枠で囲まれたテキスト。このテキストはトークンの代わりに表示されます。 |
Java™ RichTextItem クラスの appendDocLink メソッド