EPSTexts
EPSTexts
Go to Property Listing | Method Listing
Methods:
[], anyItem, count, everyItem, firstItem, item, itemByID, itemByName, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource
Property Listing
Property |
Type |
Access |
Description |
---|---|---|---|
readonly |
The number of objects in the collection. |
Method Listing
EPSText [] (index:Number)
Returns the EPSText with the specified index.
Parameter |
Type |
Description |
---|---|---|
index |
The index. |
EPSText anyItem ()
Returns any EPSText in the collection.
Number count ()
Displays the number of elements in the EPSText.
EPSText everyItem ()
Returns every EPSText in the collection.
EPSText firstItem ()
Returns the first EPSText in the collection.
EPSText item (index:Varies LongInteger String)
Returns the EPSText with the specified index or name.
Parameter |
Type |
Description |
---|---|---|
index |
LongInteger |
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 |
The ID. |
EPSText itemByName (name:String)
Returns the EPSText with the specified name.
Parameter |
Type |
Description |
---|---|---|
name |
The name. |
EPSText itemByRange (from:Varies EPSText LongInteger String, to:Varies EPSText LongInteger String)
Returns the EPSTexts within the specified range.
Parameter |
Type |
Description |
---|---|---|
from |
LongInteger |
The EPSText, index, or name at the beginning of the range. Can accept: EPSText, Long Integer or String. |
to |
LongInteger |
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 |
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 |
The index of the EPSText that follows the desired EPSText. |
String toSource ()
Generates a string which, if executed, will return the EPSText.
Object of
PlaceGun.epstexts
Document.epstexts
Button.epstexts
State.epstexts
MultiStateObject.epstexts
CheckBox.epstexts
ComboBox.epstexts
ListBox.epstexts
RadioButton.epstexts
TextBox.epstexts
SignatureField.epstexts
Layer.epstexts
Spread.epstexts
Page.epstexts
MasterSpread.epstexts
Oval.epstexts
Rectangle.epstexts
GraphicLine.epstexts
Polygon.epstexts
Group.epstexts
SplineItem.epstexts
Snippet.epstexts
Cell.epstexts
Table.epstexts
Text.epstexts
Character.epstexts
Word.epstexts
Line.epstexts
TextColumn.epstexts
Paragraph.epstexts
TextStyleRange.epstexts
InsertionPoint.epstexts
TextFrame.epstexts
Story.epstexts
EndnoteTextFrame.epstexts
Footnote.epstexts
XmlStory.epstexts