IdxRichEditSubDocument.Bookmarks Property
Provides access to the collection of bookmarks in a document.
#Declaration
property Bookmarks: IdxRichEditBookmarkCollection read;
#Property Value
Type |
---|
Idx |
#Remarks
Use this property to manage bookmarks in the current document. To add a new bookmark, call the Bookmarks.CreateBookmark function. Invoke the Bookmarks.RemoveBookmark procedure to delete a specific bookmark. For more information on bookmark management, refer to the IdxRichEditBookmarkCollection interface description.