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. |
Methods
| Method | Description |
|---|---|
| getTabAlignment() | @deprecated. Please use the ’tabAlignment’ property instead. Specifies the alignment that is to be applied to text using this tab stop. |
| setTabAlignment(TextTabAlignmentType) | @deprecated. Please use the ’tabAlignment’ property instead. Specifies the alignment that is to be applied to text using this tab stop. |
| getTabPosition() | @deprecated. Please use the ’tabPosition’ property instead. Specifies the position of the tab stop relative to the left margin. |
| setTabPosition(number) | @deprecated. Please use the ’tabPosition’ property instead. Specifies the position of the tab stop relative to the left margin. |
| isNull() | Checks whether the implementation object is null. |
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;
getTabAlignment()
@deprecated. Please use the ’tabAlignment’ property instead. Specifies the alignment that is to be applied to text using this tab stop.
getTabAlignment() : TextTabAlignmentType;
Returns
setTabAlignment(TextTabAlignmentType)
@deprecated. Please use the ’tabAlignment’ property instead. Specifies the alignment that is to be applied to text using this tab stop.
setTabAlignment(value: TextTabAlignmentType) : void;
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | TextTabAlignmentType | The value to set. |
getTabPosition()
@deprecated. Please use the ’tabPosition’ property instead. Specifies the position of the tab stop relative to the left margin.
getTabPosition() : number;
setTabPosition(number)
@deprecated. Please use the ’tabPosition’ property instead. Specifies the position of the tab stop relative to the left margin.
setTabPosition(value: number) : void;
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | number | The value to set. |
isNull()
Checks whether the implementation object is null.
isNull() : boolean;