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 @ コマンド


関連項目