This method returns a bookmark by index.
Defined in
Bookmarks
Syntax
public Bookmark item( int index )
Parameters
int index
Specifies the index of the bookmark.
Return Value
bookmark
A Bookmark object that represents a bookmark.
Usage
If the index is out of bounds, this method throws an exception.
See examples
Example: item method