Skip to main content
A newer version of this page is available. .

BookmarkBase Class

A bookmark in the document.

Declaration

export class BookmarkBase extends Bookmark

Inherited Members

Inheritance

Bookmark
BookmarkBase

Methods

goTo Method

Selects the bookmark.

Declaration

goTo(): void

Remarks

The goTo method selects the bookmark’s text interval, scrolls the page to the selected start position, and activates the bookmark’s sub-document.

richEdit.document.bookmarks.create({start: 38, length: 9},'Chapter1').goTo();
See Also