IndexingSortOption

An indexing sort option.

Methods:

getElements, toSource, toSpecifier

Objects:

Boolean, HeaderTypes, NothingEnum, Number, Object, String,

Property Listing

Property

Type

Access

Description

headerType

HeaderTypes

HeaderTypes.BASIC_LATIN

HeaderTypes.BELARUSIAN

HeaderTypes.BULGARIAN

HeaderTypes.CROATIAN

HeaderTypes.CZECH

HeaderTypes.DANISH_NORWEGIAN

HeaderTypes.ESTONIAN

HeaderTypes.FINNISH_SWEDISH

HeaderTypes.HIRAGANA_ALL

HeaderTypes.HIRAGANA_CONSONANTS_ONLY

HeaderTypes.HUNGARIAN

HeaderTypes.KATAKANA_ALL

HeaderTypes.KATAKANA_CONSONANTS_ONLY

HeaderTypes.KOREAN_CONSONANT

HeaderTypes.KOREAN_CONSONANT_PLUS_VOWEL

HeaderTypes.LATVIAN

HeaderTypes.LITHUANIAN

HeaderTypes.POLISH

HeaderTypes.ROMANIAN

HeaderTypes.RUSSIAN

HeaderTypes.SLOVAK

HeaderTypes.SLOVENIAN

HeaderTypes.SPANISH

HeaderTypes.TURKISH

HeaderTypes.UKRAINIAN

NothingEnum.NOTHING

read/write

The header type. Can return: HeaderTypes enumerator or NothingEnum enumerator.

include

Boolean

read/write

If true, include this indexing sort option.

index

Number

readonly

The index of the IndexingSortOption within its containing object.

name

String

readonly

The name of the IndexingSortOption.

parent

Application

Document

readonly

The parent of the IndexingSortOption (a Application or Document).

priority

Number

read/write

Priority of this indexing sort option (shuffles prior entries down).

properties

Object

read/write

A property that allows setting of several properties at the same time.

Method Listing

IndexingSortOption getElements ()

Resolves the object specifier, creating an array of object references.

String toSource ()

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

String toSpecifier ()

Retrieves the object specifier.

Return

IndexingSortOption.getElements()

IndexingSortOptions.anyItem()

IndexingSortOptions.everyItem()

IndexingSortOptions.nextItem()

IndexingSortOptions.previousItem()

IndexingSortOptions.item()

IndexingSortOptions.itemByName()

IndexingSortOptions.itemByRange()

IndexingSortOptions.firstItem()

IndexingSortOptions.lastItem()

IndexingSortOptions.middleItem()