LayoutEPSTexts

EPSTexts

Instance Properties

Name Description Access
length number The number of objects in the collection. read-only

Methods

anyItem(
)
 → EPSText
count(
)
 → number
everyItem(
)
 → EPSText
firstItem(
)
 → EPSText
item(
index)
 → EPSText
itemByID(
id)
 → EPSText
itemByName(
name)
 → EPSText
itemByRange(
from, to)
 → EPSText
lastItem(
)
 → EPSText
middleItem(
)
 → EPSText
nextItem(
obj)
 → EPSText
previousItem(
obj)
 → EPSText
toSource(
)
 → string
anyItem(
)
 → EPSText
Returns any EPSText in the collection.
count(
)
 → number
Displays the number of elements in the EPSText.
everyItem(
)
 → EPSText
Returns every EPSText in the collection.
firstItem(
)
 → EPSText
Returns the first EPSText in the collection.
item(
index)
 → EPSText
Returns the EPSText with the specified index or name.
index The index or name. Can accept: Long Integer or String.
itemByID(
id)
 → EPSText
Returns the EPSText with the specified ID.
id number The ID.
itemByName(
name)
 → EPSText
Returns the EPSText with the specified name.
name string The name.
itemByRange(
from, to)
 → EPSText
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.
lastItem(
)
 → EPSText
Returns the last EPSText in the collection.
middleItem(
)
 → EPSText
Returns the middle EPSText in the collection.
nextItem(
obj)
 → EPSText
Returns the EPSText whose index follows the specified EPSText in the collection.
obj EPSText The EPSText whose index comes before the desired EPSText.
previousItem(
obj)
 → EPSText
Returns the EPSText with the index previous to the specified index.
obj EPSText The index of the EPSText that follows the desired EPSText.
toSource(
)
 → string
Generates a string which, if executed, will return the EPSText.