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