Tab

Tab class

Represents a tabulation for a text.

Tab

NameDescription
Tab(double, int)Creates new Tab

Parameters:

NameTypeDescription
positiondoubleTab position.
alignintAlign.

Returns: Tab


compareTo

NameDescription
compareTo (Object)Compares the current instance with another object of the same type.

Parameters:

NameTypeDescription
objObjectAn object to compare with this instance.

Returns: int


getAlignment

NameDescription
getAlignment ()Returns or sets align style of a tab. Read/write TabAlignment.

Returns: int


getPosition

NameDescription
getPosition ()Returns or sets position of a tab. Assigning this property can change tab’s index in collection and invalidate Enumerator. Read/write double.

Returns: double


getVersion

NameDescription
getVersion ()

Returns: long


setAlignment

NameDescription
setAlignment (int)Returns or sets align style of a tab. Read/write TabAlignment.

setPosition

NameDescription
setPosition (double)Returns or sets position of a tab. Assigning this property can change tab’s index in collection and invalidate Enumerator. Read/write double.