-
add( |
destination [, withProperties]) |
→ Bookmark |
-
Creates a new bookmark.
destination
|
The bookmark destination. Can accept: HyperlinkTextDestination, HyperlinkPageDestination, HyperlinkExternalPageDestination or Page.
|
withProperties
|
Object
Initial values for properties of the new Bookmark (Optional)
|
-
-
Returns any Bookmark in the collection.
-
-
Displays the number of elements in the Bookmark.
-
-
Returns every Bookmark in the collection.
-
-
Returns the first Bookmark in the collection.
-
-
Returns the Bookmark with the specified index or name.
index
|
The index or name. Can accept: Long Integer or String.
|
-
-
Returns the Bookmark with the specified ID.
-
-
Returns the Bookmark with the specified name.
-
-
Returns the Bookmarks within the specified range.
from
|
The Bookmark, index, or name at the beginning of the range. Can accept: Bookmark, Long Integer or String.
|
to
|
The Bookmark, index, or name at the end of the range. Can accept: Bookmark, Long Integer or String.
|
-
-
Returns the last Bookmark in the collection.
-
-
Returns the middle Bookmark in the collection.
-
-
Returns the Bookmark whose index follows the specified Bookmark in the collection.
obj
|
Bookmark
The Bookmark whose index comes before the desired Bookmark.
|
-
-
Returns the Bookmark with the index previous to the specified index.
obj
|
Bookmark
The index of the Bookmark that follows the desired Bookmark.
|
-
-
Generates a string which, if executed, will return the Bookmark.