RichTextSection (Java)

Represents a collapsible section in a rich text item.

Note: This class is new with Release 6.5.

Containment

Contained by: RichTextNavigator

Contains: ColorObject, RichTextStyle

Properties

BarColor through getBarColor

IsExpanded through isExpanded and setExpanded

Title through getTitle and setTitle

TitleStyle through getTitleStyle

Methods

recycle

remove

setBarColor

setTitleStyle

Access

To access a RichTextSection object, use the RichTextNavigator methods in conjunction with the type RTELEM_TYPE_SECTION.

Example