SynchronizeOption

A book synchronization option style.

Methods:

getElements, toSource, toSpecifier

Objects:

Boolean, Number, Object, String

Property Listing

Property

Type

Access

Description

groupName

String

readonly

The group in which the book synchronize option style appears.

index

Number

readonly

The index of the SynchronizeOption within its containing object.

name

String

readonly

The name of the SynchronizeOption.

parent

Book

readonly

The parent of the SynchronizeOption (a Book).

properties

Object

read/write

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

useStyle

Boolean

read/write

If true, uses the book synchronize option style when synchronizing book contents.

Method Listing

Object getElements ()

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

String toSource ()

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

String toSpecifier ()

Retrieves the object specifier.

Return

SynchronizeOptions.anyItem()

SynchronizeOptions.everyItem()

SynchronizeOptions.nextItem()

SynchronizeOptions.previousItem()

SynchronizeOptions.item()

SynchronizeOptions.itemByName()

SynchronizeOptions.itemByRange()

SynchronizeOptions.firstItem()

SynchronizeOptions.lastItem()

SynchronizeOptions.middleItem()