LOTUSSCRIPT/COM/OLE CLASSES


BeginSection method
Example

Inserts a section in a rich text item.

Note This method is new with Release 6.

Defined in

NotesRichTextItem

Syntax

Call notesRichTextItem.BeginSection( title, [ titleStyle ], [ barColor ], [ expand ] )

Parameters

title


titleStyle
barColor
expand Usage

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 Java RichTextItem class

Example
See Also