JAVA/CORBA CLASSES
Inserts a section in a rich text item.
Note This method is new with Release 6.5.
Defined in
RichTextItem
Syntax
public void beginSection(String title) throws NotesException
public void beginSection(String title, RichTextStyle titlestyle) throws NotesException
public void beginSection(String title, RichTextStyle titlestyle, ColorObject barcolor, boolean expand) throws NotesException
Parameters
String title
By default the insertion occurs at the end of the item. You can change the insertion point with beginInsert and endInsert.
You cannot create a section containing existing rich text. You must start the section with beginSection, append rich text, and end the section with endSection.
Language cross-reference
BeginSection method in LotusScript NotesRichTextItem class
Example See Also