public final class Bookmarks
extends com.aspose.ms.System.Collections.CollectionBase
Represents a collection of Bookmark
objects.
Constructor and Description |
---|
Bookmarks()
Initializes a new instance of the
Bookmarks class. |
Modifier and Type | Method and Description |
---|---|
void |
add(Bookmark bookMark)
Adds a new
Bookmark object into the collection. |
void |
copyTo(Bookmark[] bookMarkArray,
int index)
Copies the elements to a
Bookmark object array, starting at a specified array index. |
Bookmark |
get_Item(int index)
Gets a
Bookmark object from the collection according to bookmark index. |
void |
remove(Bookmark bookMark)
Removes a
Bookmark object from the collection. |
void |
set_Item(int index,
Bookmark value)
Sets a
Bookmark object from the collection according to bookmark index. |
public void add(Bookmark bookMark)
Adds a new Bookmark
object into the collection.
bookMark
- The Bookmark
object to be added.public void copyTo(Bookmark[] bookMarkArray, int index)
Copies the elements to a Bookmark
object array, starting at a specified array index.
bookMarkArray
- The Bookmarks array.index
- The start index.public void remove(Bookmark bookMark)
Removes a Bookmark
object from the collection.
bookMark
- The Bookmark
object to be removed.public Bookmark get_Item(int index)
Gets a Bookmark
object from the collection according to bookmark index.
get_Item
in interface com.aspose.ms.System.Collections.IList
get_Item
in class com.aspose.ms.System.Collections.CollectionBase
public void set_Item(int index, Bookmark value)
Sets a Bookmark
object from the collection according to bookmark index.
Copyright © 2018 Aspose. All Rights Reserved.