[]
type TabStop = object;
Represents a tab stop in a Layout object.
optional alignment?: TabStopAlignment;
Specifies how the text is aligned relative to the tab stop.
optional leader?: TabStopLeader;
The type of the leader line displayed under the tab character.
offset: number;
The tab stop position relative to the left/right (for LTR/RTL text) margin, in graphic units.
optional separator?: number | string;
The separator character or its UTF-32 code used when the alignment property is set to "Separator".