[]
        
(Showing Draft Content)

TabStop

Type Alias: TabStop

type TabStop = object;

Represents a tab stop in a Layout object.

Properties

alignment?

optional alignment?: TabStopAlignment;

Specifies how the text is aligned relative to the tab stop.


leader?

optional leader?: TabStopLeader;

The type of the leader line displayed under the tab character.


offset

offset: number;

The tab stop position relative to the left/right (for LTR/RTL text) margin, in graphic units.


separator?

optional separator?: number | string;

The separator character or its UTF-32 code used when the alignment property is set to "Separator".