TextTabStopCollection
Contents
[
Hide
]TextTabStopCollection class
Represents the list of all tab stops.
Constructors
| Name | Description |
|---|---|
| TextTabStopCollection |
Properties
| Name | Type | Description |
|---|---|---|
| Count | int | |
| Item (int) | TextTabStop | Gets TextTabStop by the index. |
Methods
| Name | Description |
|---|---|
| add | Adds a tab stop. |
| clear | |
| removeAt | |
| iterator | |
| get | Reserved for internal use. |
| contains | Reserved for internal use. |
| indexOf | Reserved 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.
| Parameter | Type | Description |
|---|---|---|
| tabAlignment | int | A TextTabAlignmentType value. |
| tabPosition | float |
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.