NotesRichTextItem (JavaScript)

Represents an item of type rich text.

Creation

To create a new NotesRichTextItem object, use createRichTextItem in NotesDocument.

Access

To access an existing NotesRichTextItem object, use getFirstItem in NotesDocument.

Because NotesRichTextItem inherits from NotesItem, all of the NotesItem properties and methods can be used in NotesRichTextItem.

When you change the value of a NotesRichTextItem object, the change is not written to disk until you call save for the parent NotesDocument object.