IndexingSortOptions

A collection of indexing sort options.

Methods:

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

Property Listing

Property

Type

Access

Description

length

Number

readonly

The number of objects in the collection.

Method Listing

IndexingSortOption [] (index:Number)

Returns the IndexingSortOption with the specified index.

Parameter

Type

Description

index

Number

The index.

IndexingSortOption anyItem ()

Returns any IndexingSortOption in the collection.

Number count ()

Displays the number of elements in the IndexingSortOption.

IndexingSortOption everyItem ()

Returns every IndexingSortOption in the collection.

IndexingSortOption firstItem ()

Returns the first IndexingSortOption in the collection.

IndexingSortOption item (index:Varies LongInteger String)

Returns the IndexingSortOption with the specified index or name.

Parameter

Type

Description

index

LongInteger

String

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

IndexingSortOption itemByName (name:String)

Returns the IndexingSortOption with the specified name.

Parameter

Type

Description

name

String

The name.

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

Returns the IndexingSortOptions within the specified range.

Parameter

Type

Description

from

IndexingSortOption

LongInteger

String

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

to

IndexingSortOption

LongInteger

String

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

IndexingSortOption lastItem ()

Returns the last IndexingSortOption in the collection.

IndexingSortOption middleItem ()

Returns the middle IndexingSortOption in the collection.

IndexingSortOption nextItem (obj:IndexingSortOption)

Returns the IndexingSortOption whose index follows the specified IndexingSortOption in the collection.

Parameter

Type

Description

obj

IndexingSortOption

The IndexingSortOption whose index comes before the desired IndexingSortOption.

IndexingSortOption previousItem (obj:IndexingSortOption)

Returns the IndexingSortOption with the index previous to the specified index.

Parameter

Type

Description

obj

IndexingSortOption

The index of the IndexingSortOption that follows the desired IndexingSortOption.

String toSource ()

Generates a string which, if executed, will return the IndexingSortOption.

Object of

Application.indexingSortOptions

Document.indexingSortOptions