IdxRichEditBookmarkCollection Interface
Exposes a document’s bookmark collection.
Declaration
IdxRichEditBookmarkCollection = interface(IdxRichEditReadOnlyBookmarkCollection)
Remarks
The IdxRichEditBookmarkCollection interface provides access to the properties and methods that allow you to:
Create and delete bookmarks (CreateBookmark and RemoveBookmark);
Access individual bookmarks within a document (Items and GetItem);
Identify the total number of bookmarks in a document (Count);
Select a document range associated with the specified bookmark (SelectBookmark).
The IdxRichEditBookmarkCollection interface is referenced by the Bookmarks property exposed by the IdxRichEditSubDocument interface and its descendants.
Inheritance
IInterface
IdxReadOnlyList<T>
IdxRichEditReadOnlyBookmarkCollection
IdxRichEditBookmarkCollection
See Also