IndexingSortOptions
A collection of indexing sort options.
Go to Property Listing | Method Listing
Methods:
[], anyItem, count, everyItem, firstItem, item, itemByName, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource
Property Listing
Property |
Type |
Access |
Description |
---|---|---|---|
readonly |
The number of objects in the collection. |
Method Listing
IndexingSortOption [] (index:Number)
Returns the IndexingSortOption with the specified index.
Parameter |
Type |
Description |
---|---|---|
index |
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 |
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 |
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 |
LongInteger |
The IndexingSortOption, index, or name at the beginning of the range. Can accept: IndexingSortOption, Long Integer or String. |
to |
LongInteger |
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 |
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 |
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