TextTabStop

TextTabStop class

Represents tab stop.

class TextTabStop;

Properties

PropertyTypeDescription
tabAlignmentTextTabAlignmentTypeSpecifies the alignment that is to be applied to text using this tab stop.
tabPositionnumberSpecifies the position of the tab stop relative to the left margin.

tabAlignment

Specifies the alignment that is to be applied to text using this tab stop.

tabAlignment : TextTabAlignmentType;

tabPosition

Specifies the position of the tab stop relative to the left margin.

tabPosition : number;