LOTUSSCRIPT /COM/OLE のクラス
指定された名前を使用して文書にリッチテキストアイテムを新規作成し、対応する NotesRichTextItem オブジェクトを返します。OLE オートメーションと共に使用すると、New を使用せずに、このメソッドでリッチテキストアイテムと NotesRichTextItem オブジェクトを新規作成できます。
定義位置
NotesDocument
構文
Set notesRichTextItem = notesDocument.CreateRichTextItem( name$ )
パラメータ
name$
notesRichTextItem
詳しくは、NotesRichTextItem クラスを参照してください。
クロスリファレンス
Java Document クラスの createRichTextItem メソッド
例 関連項目