-
-
Creates a new TabStop.
withProperties
|
Object
Initial values for properties of the new TabStop (Optional)
|
-
-
Returns any TabStop in the collection.
-
-
Displays the number of elements in the TabStop.
-
-
Returns every TabStop in the collection.
-
-
Returns the first TabStop in the collection.
-
-
Returns the TabStop with the specified index or name.
index
|
The index or name. Can accept: Long Integer or String.
|
-
-
Returns the TabStops within the specified range.
from
|
The TabStop, index, or name at the beginning of the range. Can accept: TabStop, Long Integer or String.
|
to
|
The TabStop, index, or name at the end of the range. Can accept: TabStop, Long Integer or String.
|
-
-
Returns the last TabStop in the collection.
-
-
Returns the middle TabStop in the collection.
-
-
Returns the TabStop whose index follows the specified TabStop in the collection.
obj
|
TabStop
The TabStop whose index comes before the desired TabStop.
|
-
-
Returns the TabStop with the index previous to the specified index.
obj
|
TabStop
The index of the TabStop that follows the desired TabStop.
|
-
-
Generates a string which, if executed, will return the TabStop.