A collection of book synchronization option styles.
Go to Property Listing | Method Listing
anyItem, count, everyItem, firstItem, item, itemByName, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource
|
Property |
Type |
Access |
Description |
|---|---|---|---|
|
readonly |
The number of objects in the collection. |
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 |
The index or name. Can accept: Long or String. |
SynchronizeOption itemByName (name:String)
Returns the SynchronizeOption with the specified name.
|
Parameter |
Type |
Description |
|---|---|---|
|
name |
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 |
The SynchronizeOption, index, or name at the beginning of the range. Can accept: SynchronizeOption, Long or String. |
|
to |
Long |
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 |
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 |
The index of the SynchronizeOption that follows the desired SynchronizeOption. |
String toSource ()
Generates a string which, if executed, will return the SynchronizeOption.
Book.synchronizeOptions