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