-
-
Returns any EPSText in the collection.
-
-
Displays the number of elements in the EPSText.
-
-
Returns every EPSText in the collection.
-
-
Returns the first EPSText in the collection.
-
-
Returns the EPSText with the specified index or name.
index
|
The index or name. Can accept: Long Integer or String.
|
-
-
Returns the EPSText with the specified ID.
-
-
Returns the EPSText with the specified name.
-
-
Returns the EPSTexts within the specified range.
from
|
The EPSText, index, or name at the beginning of the range. Can accept: EPSText, Long Integer or String.
|
to
|
The EPSText, index, or name at the end of the range. Can accept: EPSText, Long Integer or String.
|
-
-
Returns the last EPSText in the collection.
-
-
Returns the middle EPSText in the collection.
-
-
Returns the EPSText whose index follows the specified EPSText in the collection.
obj
|
EPSText
The EPSText whose index comes before the desired EPSText.
|
-
-
Returns the EPSText with the index previous to the specified index.
obj
|
EPSText
The index of the EPSText that follows the desired EPSText.
|
-
-
Generates a string which, if executed, will return the EPSText.