CreateRichTextItem (NotesDocument - LotusScript®)

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

定義位置

NotesDocument

構文

Set notesRichTextItem = notesDocument .CreateRichTextItem( name$ )

パラメータ

name$

String 型。新規のリッチテキストアイテムの名前です。

戻り値

notesRichTextItem

NotesRichTextItem. 新規作成されたアイテムを返します。

使用法

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

クロスリファレンス

Java™ Document クラスの createRichTextItem メソッド