.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

JAVA/CORBA CLASSES


Working with sections in Java classes
To access a section in a rich text item, use the RichTextNavigator methods in conjunction with the type RichTextItem.RTELEM_TYPE_SECTION.

Once you access a section, the RichTextSection class lets you remove the section and use the following properties:
PropertyData typeDescription
getBarColorColorObjectColor of the section bar. Use setBarColor to set the color of the section bar.
isExpanded and setExpandedbooleantrue if the section is expanded.
getTitle and setTitleStringTitle of the section.
getTitleStyleRichTextStyleStyle 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 RichTextItem.