Lotus Software logo
IBM Lotus Domino Designer 8.5
  Versions 8.5 and 8.5.1






BeginSection method

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

String. The title of the section.

titleStyle

NotesRichTextStyle. Optional. The style of the title of the section.

barColor

NotesColorObject. Optional. The color of the section bar.

expand

Boolean. Optional.

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

See examples

Examples: BeginSection method
Related topics
Working with sections in LotusScript classes




Library | Support | Terms of use |

Last updated: Monday, October 5, 2009