TextTabStop
TextTabStop class
Represents tab stop.
class TextTabStop;
Properties
Property | Type | Description |
---|---|---|
tabAlignment | TextTabAlignmentType | Specifies the alignment that is to be applied to text using this tab stop. |
tabPosition | number | Specifies 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;