EPSTexts
See also EPSText.
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
length | number | readonly | The number of objects in the collection. |
Methods
Instances
EPSText [] (index:
number)
Returns the EPSText with the specified index.
Parameter | Type | Description |
---|---|---|
index | number | The index. |
EPSText anyItem ()
Returns any EPSText in the collection.
number count ()
Displays the number of elements in the EPSText.
Array
of EPSText everyItem ()
Returns every EPSText in the collection.
EPSText firstItem ()
Returns the first EPSText in the collection.
EPSText item (index:
varies)
Returns the EPSText with the specified index or name.
Parameter | Type | Description |
---|---|---|
index | Long Integer String | The index or name. Can accept: Long Integer or String. |
EPSText itemByID (id:
number)
Returns the EPSText with the specified ID.
Parameter | Type | Description |
---|---|---|
id | number | The ID. |
EPSText itemByName (name:
string)
Returns the EPSText with the specified name.
Parameter | Type | Description |
---|---|---|
name | string | The name. |
Array
of EPSText itemByRange (from:
varies, to:
varies)
Returns the EPSTexts within the specified range.
Parameter | Type | Description |
---|---|---|
from | EPSText Long Integer String | The EPSText, index, or name at the beginning of the range. Can accept: EPSText, Long Integer or String. |
to | EPSText Long Integer String | The EPSText, index, or name at the end of the range. Can accept: EPSText, Long Integer or String. |
EPSText lastItem ()
Returns the last EPSText in the collection.
EPSText middleItem ()
Returns the middle EPSText in the collection.
EPSText nextItem (obj:
EPSText)
Returns the EPSText whose index follows the specified EPSText in the collection.
Parameter | Type | Description |
---|---|---|
obj | EPSText | The EPSText whose index comes before the desired EPSText. |
EPSText previousItem (obj:
EPSText)
Returns the EPSText with the index previous to the specified index.
Parameter | Type | Description |
---|---|---|
obj | EPSText | The index of the EPSText that follows the desired EPSText. |
string toSource ()
Generates a string which, if executed, will return the EPSText.
Element of
Button.epstexts
Cell.epstexts
Character.epstexts
Document.epstexts
Footnote.epstexts
GraphicLine.epstexts
Group.epstexts
InsertionPoint.epstexts
Layer.epstexts
Line.epstexts
MasterSpread.epstexts
MultiStateObject.epstexts
Oval.epstexts
Page.epstexts
Paragraph.epstexts
PlaceGun.epstexts
Polygon.epstexts
Rectangle.epstexts
SplineItem.epstexts
Spread.epstexts
State.epstexts
Story.epstexts
Table.epstexts
Text.epstexts
TextColumn.epstexts
TextFrame.epstexts
TextStyleRange.epstexts
Word.epstexts
XmlStory.epstexts
Jongware, 29-Apr-2012 v3.0.3i | Contents :: Index |