TextTabStop
Contents
[
Hide
]TextTabStop class
Represents tab stop.
class TextTabStop;
Methods
Method | Description |
---|---|
getTabAlignment() | Specifies the alignment that is to be applied to text using this tab stop. |
setTabAlignment(TextTabAlignmentType) | Specifies the alignment that is to be applied to text using this tab stop. |
getTabPosition() | Specifies the position of the tab stop relative to the left margin. |
setTabPosition(number) | Specifies the position of the tab stop relative to the left margin. |
isNull() | Checks whether the implementation object is null. |
getTabAlignment()
Specifies the alignment that is to be applied to text using this tab stop.
getTabAlignment() : TextTabAlignmentType;
Returns
setTabAlignment(TextTabAlignmentType)
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()
Specifies the position of the tab stop relative to the left margin.
getTabPosition() : number;
setTabPosition(number)
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;