TabStops
A collection of tab stops.
TabStops Properties
| Property |
Type |
Access |
Description |
| item |
Object |
read |
Returns the tab stop with the specified index or name. |
| length |
Long |
read |
The number of tab stops in the collection. |
TabStops Methods
| Method |
Returns |
Description |
| add |
TabStop |
Create a new tab stop. |
| anyItem |
Object |
Returns any tab stop. |
| firstItem |
Object |
Returns the first tab stop. |
| itemByRange |
Objects |
Returns the tab stops within the specified range. |
| lastItem |
Object |
Returns the last tab stop. |
| middleItem |
Object |
Returns the middle tab stop. |
| nextItem |
Object |
Returns the next tab stop. |
| previousItem |
Object |
Returns the previous tab stop. |