<w:bookmarkStart w:id="0" w:name="introduction"/> <w:r> <w:t>Content between bookmark markers</w:t> </w:r> <w:bookmarkEnd w:id="0"/>
BookmarkStart.configure({ resizable: false, cellMinWidth: 50 })
insertBookmark
// Insert a named bookmark insertBookmark({ name: 'chapter1' }) // Insert with ID insertBookmark({ name: 'introduction', id: 'intro-001' })
goToBookmark
goToBookmark('chapter1')
BookmarkConfig
Show Properties
Was this page helpful?