Skip to main content

SubDocument.bookmarksInfo Property

Returns information about bookmarks in the sub-document.

#Declaration

TypeScript
get bookmarksInfo(): Bookmark[]

#Property Value

Type Description
Bookmark[]

An array of objects that contain information about bookmarks.

#Remarks

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