rtSection | ||
![]() BeginInsert Borders Color As rtColor Content Flags Font HideExpanded HTML isExpanded Indented InvisibleBorder Label ParentContainer ParentObject root Style twistyCollapse twistyExpand Title | version 1.5
Implemented as a hotspot. Representation of a section object. May contain other independent elements as a content. The sections like most other hotspots (you obtain sections when requesting hotspots) may contain any other objects. The objects are added using add method and retrieved using Content property. Content returns rtContainer object that acts as any rtContainer allowing search, input and output of data. Code like section.Content.replaceItemValue doc, "Body" is perfectly valid and causes the content of section to be written to Body item. The appearance of section may be changed using Borders, Color, Indented and invisibleBorder properties. Expanded and HideExpanded can be used to change the expansion status of the section as well as to hide the title of expanded section. |