A collection of Bookmark objects that
represent the bookmarks in the document.
Namespace: Spire.Doc.CollectionsAssembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public class BookmarkCollection : CollectionEx
Public Class BookmarkCollection Inherits CollectionEx
public ref class BookmarkCollection : public CollectionEx
type BookmarkCollection = class inherit CollectionEx end
Members
| All Members | Fields | Properties | Methods |
| Member | Description | |
|---|---|---|
| Clear()()()() |
Removes all bookmarks from the document.
| |
| Count |
Gets the number of items in the collection.
(Inherited from CollectionEx.) | |
| Document |
Gets the document.
(Inherited from OwnerHolder.) | |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| FindByName(String) |
Finds Bookmark object by specified name
| |
| GetEnumerator()()()() |
Returns an enumerator that iterates through a collection.
(Inherited from CollectionEx.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Item[([( Int32])]) |
Gets the Bookmark at the specified index.
| |
| Item[([( String])]) |
Gets the Bookmark with the specified name.
| |
| m_doc | (Inherited from OwnerHolder.) | |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Remove(Bookmark) |
Removes the specified bookmark.
| |
| RemoveAt(Int32) |
Removes a bookmark at the specified index.
| |
| ToString()()()() | (Inherited from Object.) |
Inheritance Hierarchy
System..::..Object
Spire.Doc..::..OwnerHolder
Spire.Doc.Collections..::..CollectionEx
Spire.Doc.Collections..::..BookmarkCollection
Spire.Doc..::..OwnerHolder
Spire.Doc.Collections..::..CollectionEx
Spire.Doc.Collections..::..BookmarkCollection