Bookmarks
A collection of bookmarks.
Bookmarks Properties
| Property |
Type |
Access |
Description |
| item |
Object |
read |
Returns the bookmark with the specified index or name. |
| length |
Long |
read |
The number of bookmarks in the collection. |
Bookmarks Methods
| 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. |