TextTabStop

TextTabStop class

Represents tab stop.

class TextTabStop;

Methods

MethodDescription
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

TextTabAlignmentType

setTabAlignment(TextTabAlignmentType)

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()

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:

ParameterTypeDescription
valuenumberThe value to set.

isNull()

Checks whether the implementation object is null.

isNull() : boolean;