NotesRichTextSection
Properties
| Name | Description |
|---|---|
| BarColor | Read-only. The color of the section bar. |
| IsExpanded | Read-write. Indicates whether the section is expanded. |
| Title (NotesRichTextSection) | Read-write. The title of the section. |
| TitleStyle | Read-only. The style of the section title. |
Methods
| Name | Description |
|---|---|
| Remove (NotesRichTextSection) | Removes the section and everything in the section. |
| SetBarColor | Sets the color of a section bar. |
| SetTitleStyle | Sets the style of a section title. |
Examples
| Name | Description |
|---|---|
| Examples: BarColor property | This agent displays the bar color of each section in a rich text item. |
| Examples: Remove method (NotesRichTextSection) | This agent removes all sections in a rich text item. |
| Examples: Title property (NotesRichTextSection) | 1. This agent displays the title of each section in a rich text item. |