LOTUSSCRIPT/COM/OLE CLASSES


Working with sections in LotusScript classes
Example

To access a section in a rich text item, use the NotesRichTextNavigator methods in conjunction with the type RTELEM_TYPE_SECTION.

Once you access a section, the NotesRichTextSection class lets you remove the section and use the following properties:
PropertyData typeDescription
BarColorNotesColorObject(Read-only) Color of the section bar. Use SetBarColor to set the color of the section bar.
IsExpandedBoolean(Read-write) True if the section is expanded.
TitleString(Read-write) Title of the section.
TitleStyleNotesRichTextStyle(Read-only) Style of the section title. Use SetTitleStyle to set the title style of the section bar.
To create a section in a rich text item, use BeginSection and EndSection in NotesRichTextItem.

Example
See Also