Texts
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
length | number | readonly | The number of objects in the collection. |
Methods
Instances
Text [] (index:
number)
Returns the Text with the specified index.
Parameter | Type | Description |
---|---|---|
index | number | The index. |
Text anyItem ()
Returns any Text in the collection.
number count ()
Displays the number of elements in the Text.
Array
of Text everyItem ()
Returns every Text in the collection.
Text firstItem ()
Returns the first Text in the collection.
Text item (index:
varies)
Returns the Text with the specified index or name.
Parameter | Type | Description |
---|---|---|
index | Long Integer String | The index or name. Can accept: Long Integer or String. |
Array
of Text itemByRange (from:
varies, to:
varies)
Returns the Texts within the specified range.
Parameter | Type | Description |
---|---|---|
from | Long Integer String Text | The Text, index, or name at the beginning of the range. Can accept: Text, Long Integer or String. |
to | Long Integer String Text | The Text, index, or name at the end of the range. Can accept: Text, Long Integer or String. |
Text lastItem ()
Returns the last Text in the collection.
Text middleItem ()
Returns the middle Text in the collection.
Text nextItem (obj:
Text)
Returns the Text whose index follows the specified Text in the collection.
Parameter | Type | Description |
---|---|---|
obj | Text | The Text whose index comes before the desired Text. |
Text previousItem (obj:
Text)
Returns the Text with the index previous to the specified index.
Parameter | Type | Description |
---|---|---|
obj | Text | The index of the Text that follows the desired Text. |
string toSource ()
Generates a string which, if executed, will return the Text.
Element of
Cell.texts
Change.texts
Character.texts
Footnote.texts
HiddenText.texts
InsertionPoint.texts
Line.texts
Note.texts
Paragraph.texts
Story.texts
Text.texts
TextColumn.texts
TextFrame.texts
TextPath.texts
TextStyleRange.texts
Word.texts
XMLElement.texts
XmlStory.texts
Jongware, 23-Mar-2011 v3.0.3d | Contents :: Index |