IndexingSortOption

An indexing sort option in a document

Properties

Property Type Access Description
headerType any r/w The IndexingSortOption type. Can return: HeaderTypes enumerator or NothingEnum enumerator.
include bool r/w 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 any readonly The parent of the IndexingSortOption (a Application or Document).
priority number r/w Priority of this indexing sort option (shuffles prior entries down)
properties Object r/w A property that allows setting of several properties at the same time.

Methods

Array of IndexingSortOptiongetElements ()
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.

Used in:

IndexingSortOptions.previousItem (

obj:
IndexingSortOption )

IndexingSortOptions.nextItem (

obj:
IndexingSortOption )

Returned by:

Array of IndexingSortOption IndexingSortOption .getElements (

)

IndexingSortOption IndexingSortOptions.anyItem (

)

Array of IndexingSortOption IndexingSortOptions.everyItem (

)

IndexingSortOption IndexingSortOptions.firstItem (

)

IndexingSortOption IndexingSortOptions.item (
index:
any
)

IndexingSortOption IndexingSortOptions.itemByName (
name:
string
)

Array of IndexingSortOption IndexingSortOptions.itemByRange (
from:
any, to:
any
)

IndexingSortOption IndexingSortOptions.lastItem (

)

IndexingSortOption IndexingSortOptions.middleItem (

)

IndexingSortOption IndexingSortOptions.nextItem (
obj:
IndexingSortOption
)

IndexingSortOption IndexingSortOptions.previousItem (
obj:
IndexingSortOption
)

Leave a Comment

Previous post:

Next post: