A collection of bookmarks.
|
Method
|
Returns
|
Description
|
|
add
|
Bookmark
|
Create a new bookmark.
|
|
anyItem
|
Object
|
Returns any bookmark.
|
|
firstItem
|
Object
|
Returns the first bookmark.
|
|
itemByID
|
Object
|
Returns the bookmark with the specified ID.
|
|
itemByRange
|
Objects
|
Returns the bookmarks within the specified range.
|
|
lastItem
|
Object
|
Returns the last bookmark.
|
|
middleItem
|
Object
|
Returns the middle bookmark.
|
|
nextItem
|
Object
|
Returns the next bookmark.
|
|
previousItem
|
Object
|
Returns the previous bookmark.
|