JAVA/CORBA クラス


appendDocLink メソッド

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

定義位置

RichTextItem

構文

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
使用法

デフォルトでは、アイテムの最後に挿入されます。挿入点は、beginInsertendInsert で変更できます。

クロスリファレンス

LotusScript NotesRichTextItem クラスの AppendDocLink メソッド

式言語の EditMakeDocLink @コマンド


関連項目