textElements property

List<TextElement>? textElements
getter/setter pair

The text contents broken down into its component parts, including styling information.

This property is read-only.

Implementation

core.List<TextElement>? textElements;