JAVA/CORBA クラス
リッチテキストアイテムに文書リンクを追加します。
定義位置
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
デフォルトでは、アイテムの最後に挿入されます。挿入点は、beginInsert と endInsert で変更できます。
クロスリファレンス
LotusScript NotesRichTextItem クラスの AppendDocLink メソッド
式言語の EditMakeDocLink @コマンド
例 関連項目