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