SynchronizeOptions

A collection of book synchronization option styles.

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

SynchronizeOption anyItem ()

Returns any SynchronizeOption in the collection.

Number count ()

Displays the number of elements in the SynchronizeOption.

SynchronizeOption everyItem ()

Returns every SynchronizeOption in the collection.

SynchronizeOption firstItem ()

Returns the first SynchronizeOption in the collection.

SynchronizeOption item (index:Varies Long String)

Returns the SynchronizeOption with the specified index or name.

Parameter

Type

Description

index

Long

String

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

SynchronizeOption itemByName (name:String)

Returns the SynchronizeOption with the specified name.

Parameter

Type

Description

name

String

The name.

SynchronizeOption itemByRange (from:Varies Long SynchronizeOption String, to:Varies Long SynchronizeOption String)

Returns the SynchronizeOptions within the specified range.

Parameter

Type

Description

from

Long

SynchronizeOption

String

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

to

Long

SynchronizeOption

String

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

SynchronizeOption lastItem ()

Returns the last SynchronizeOption in the collection.

SynchronizeOption middleItem ()

Returns the middle SynchronizeOption in the collection.

SynchronizeOption nextItem (obj:SynchronizeOption)

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

Parameter

Type

Description

obj

SynchronizeOption

The SynchronizeOption whose index comes before the desired SynchronizeOption.

SynchronizeOption previousItem (obj:SynchronizeOption)

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

Parameter

Type

Description

obj

SynchronizeOption

The index of the SynchronizeOption that follows the desired SynchronizeOption.

String toSource ()

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

Object of

Book.synchronizeOptions