.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

LOTUSSCRIPT/COM/OLE CLASSES


CreateRichTextItem method
Example

Creates a new rich text item in a document, using a name you specify, and returns the corresponding NotesRichTextItem object. When used with OLE automation, this method allows you to create a new rich text item and NotesRichTextItem object without using New.

Defined in

NotesDocument

Syntax

Set notesRichTextItem = notesDocument.CreateRichTextItem( name$ )

Parameters

name$


Return value

notesRichTextItem


Usage

For more information, see the NotesRichTextItem class.

Language cross-reference

createRichTextItem method in Java Document class

Example
See Also