createRichTextItem (Document - Java)

Creates a new rich-text item in a document.

Defined in

Document

Syntax

public RichTextItem createRichTextItem(String name)
    throws NotesException

Parameters

String name

The name of the new rich-text item.

Return value

RichTextItem

The newly created item.

Usage

For more information, see the RichTextItem class.

Example