TextTabStopCollection

TextTabStopCollection class

Represents the list of all tab stops.

Constructors

NameDescription
TextTabStopCollection

Properties

NameTypeDescription
Countint
Item (int)TextTabStopGets TextTabStop by the index.

Methods

NameDescription
addAdds a tab stop.
clear
removeAt
iterator
getReserved for internal use.
containsReserved for internal use.
indexOfReserved for internal use.

TextTabStopCollection()

TextTabStopCollection.Count property

Type: int

TextTabStopCollection.Item (int) property

Gets TextTabStop by the index.

Type: TextTabStop

add(tabAlignment, tabPosition) (1 of 2)

Adds a tab stop.

ParameterTypeDescription
tabAlignmentintA TextTabAlignmentType value.
tabPositionfloat

add(value) (2 of 2)

Reserved for internal use.

clear()

removeAt(index)

iterator()

get(index)

Reserved for internal use.

contains(value)

Reserved for internal use.

indexOf(value)

Reserved for internal use.