Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/docxml/src/classes/Bookmarks.ts>Bookmarks

TypeScript (component) library for building and parsing a DOCX file
Go to Latest
class Bookmarks
import { Bookmarks } from "https://deno.land/x/docxml@5.11.0/src/classes/Bookmarks.ts";

Methods

Create a unique ID and name for a new bookmark.

registerIdentifier(id: number, name?: string)

Marks a unique identifier as taken.