tabStops property

List<TabStop>? tabStops
getter/setter pair

A list of the tab stops for this paragraph.

The list of tab stops is not inherited. This property is read-only.

Implementation

core.List<TabStop>? tabStops;