public class Bookmarks
extends com.aspose.ms.System.Collections.CollectionBase
Represents a collection of bookmarks.
Constructor and Description |
---|
Bookmarks() |
Modifier and Type | Method and Description |
---|---|
void |
add(Bookmark bookmark)
Adds a new
Bookmark object into the collection. |
Bookmark |
get_Item(int index)
Gets or sets a
Bookmarks object from the collection according to object index. |
void |
set_Item(int index,
Bookmark value) |
public Bookmark get_Item(int index)
Gets or sets a Bookmarks
object from the collection according to object 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)
public void add(Bookmark bookmark)
Adds a new Bookmark
object into the collection.
bookmark
- The Bookmark
object to be added.Copyright © 2016 Aspose. All Rights Reserved.