LOTUSSCRIPT /COM/OLE のクラス


CreateRichTextItem メソッド

指定された名前を使用して文書にリッチテキストアイテムを新規作成し、対応する NotesRichTextItem オブジェクトを返します。OLE オートメーションと共に使用すると、New を使用せずに、このメソッドでリッチテキストアイテムと NotesRichTextItem オブジェクトを新規作成できます。

定義位置

NotesDocument

構文

Set notesRichTextItem = notesDocument.CreateRichTextItem( name$ )

パラメータ

name$


戻り値

notesRichTextItem


使用法

詳しくは、NotesRichTextItem クラスを参照してください。

クロスリファレンス

Java Document クラスの createRichTextItem メソッド


関連項目