RichEditDocument.sectionsInfo Property
Returns information about sections in the document.
Declaration
get sectionsInfo(): Section[]
Property Value
| Type | Description |
|---|---|
| Section[] | An array of objects that contain information about sections. |
See Also