appendDocLink (NotesRichTextItem - JavaScript)

文書リンクをリッチテキストアイテムに追加します。

定義場所

NotesRichTextItem

構文

appendDocLink(doc:NotesDocument) : void

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 リンクをたどるためにユーザーがクリックする、枠で囲まれたテキスト。このテキストはトークンの代わりに表示されます。

使用法

デフォルトでは、アイテムの末尾に挿入されます。beginInsertendInsert を使用して、挿入ポイントを変更できます。

言語間の参照

LotusScript® NotesRichTextItem クラスの AppendDocLink メソッド

Java™ RichTextItem クラスの appendDocLink メソッド