TextColumns
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
length | number | readonly | The number of objects in the collection. |
Methods
Instances
TextColumn [] (index:
number)
Returns the TextColumn with the specified index.
Parameter | Type | Description |
---|---|---|
index | number | The index. |
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:
varies)
Returns the TextColumn 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 TextColumn itemByRange (from:
varies, to:
varies)
Returns the TextColumns within the specified range.
Parameter | Type | Description |
---|---|---|
from | Long Integer String TextColumn | The TextColumn, index, or name at the beginning of the range. Can accept: TextColumn, Long Integer or String. |
to | Long Integer String TextColumn | The TextColumn, index, or name at the end of the range. Can accept: TextColumn, Long Integer 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
Change.textColumns
Character.textColumns
Footnote.textColumns
HiddenText.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
XmlStory.textColumns
Jongware, 23-Mar-2011 v3.0.3d | Contents :: Index |