Back to Devexpress

SubDocument.bookmarksInfo Property

aspnet-js-subdocument-6de49e7d.md

latest909 B
Original Source

SubDocument.bookmarksInfo Property

Returns information about bookmarks in the sub-document.

Declaration

ts
get bookmarksInfo(): Bookmark[]

Property Value

TypeDescription
Bookmark[]

An array of objects that contain information about bookmarks.

|

Remarks

javascript
var bookmarks = richEdit.document.activeSubDocument.bookmarksInfo;

You can use the findBookmarks(arg) method to get an array of bookmarks that match the search conditions.

Refer to the following section for more information: Access a Structural Element.

See Also

SubDocument Class

SubDocument Members