BookmarkBase Class
In This Article
A bookmark in the document.
#Declaration
TypeScript
export class BookmarkBase extends Bookmark
#Methods
#goTo Method
Selects the bookmark.
#Declaration
TypeScript
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.
See Also