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.

Methods

MethodDescription
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

TextTabAlignmentType

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:

ParameterTypeDescription
valueTextTabAlignmentTypeThe 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:

ParameterTypeDescription
valuenumberThe value to set.

isNull()

Checks whether the implementation object is null.

isNull() : boolean;