Title (RichTextSection - Java)

Read-write. The title of the section.

Defined in

RichTextSection

Data type

String

Syntax

public String getTitle()
    throws NotesException
public void setTitle(String title)
    throws NotesException

Example