TextColumns

A collection of text columns.

Methods:

[], anyItem, count, everyItem, firstItem, item, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource

Property Listing

Property

Type

Access

Description

length

Number

readonly

The number of objects in the collection.

Method Listing

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.

TextColumn everyItem ()

Returns every TextColumn in the collection.

TextColumn firstItem ()

Returns the first TextColumn in the collection.

TextColumn item (index:Varies LongInteger String)

Returns the TextColumn with the specified index or name.

Parameter

Type

Description

index

LongInteger

String

The index or name. Can accept: Long Integer or String.

TextColumn itemByRange (from:Varies LongInteger TextColumn String, to:Varies LongInteger TextColumn String)

Returns the TextColumns within the specified range.

Parameter

Type

Description

from

LongInteger

TextColumn

String

The TextColumn, index, or name at the beginning of the range. Can accept: TextColumn, Long Integer or String.

to

LongInteger

TextColumn

String

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.

Object of

Cell.textColumns

Text.textColumns

Character.textColumns

Word.textColumns

Line.textColumns

TextColumn.textColumns

Paragraph.textColumns

TextStyleRange.textColumns

InsertionPoint.textColumns

TextFrame.textColumns

Story.textColumns

Endnote.textColumns

EndnoteTextFrame.textColumns

Change.textColumns

TextPath.textColumns

Note.textColumns

Footnote.textColumns

HiddenText.textColumns

XMLElement.textColumns

XmlStory.textColumns