TabStops

TabStops class

Represents a collection of TabStop objects.

The TabStops type exposes the following members:

Constructors

NameDescription
TabStops()Initializes a new instance of the TabStops class

Properties

NameDescription
is_read_onlyGets value indicating that this TabStops instance is already attached to TextFragment and became readonly.
countInitializes a new instance of the TabStop class with specified position and
add it to the TabStops collection.

Indexer

NameDescription
[index]Gets or sets a TabStop object from the collection according to TabStop index.

Methods

NameDescription
add()Initializes a new instance of the TabStop class and add it to the
TabStops collection.
add(position)Initializes a new instance of the TabStop class with specified position and
add it to the TabStops collection.
add(tab_stop)Initializes a new instance of the TabStop class and add it to the
TabStops collection.
add(position, leader_type)Initializes a new instance of the TabStop class with specified position and leader
type and add it to the TabStops collection.
clone()Clones a new TabStops objects.

See Also