import { CommentsXml } from "https://deno.land/x/docxml@5.15.3/mod.ts";
Methods
protected
toNode(): Promise<Document>Add a comment to the DOCX file and return its new identifier. You should reference this identifier from the document using the Comment, CommentRangeStart and CommentRangeEnd components.
has(id: number)
Check whether or not a comment with the given identifier already exists.
isEmpty()
Static Methods
fromArchive(): Promise<CommentsXml>
Instantiate this class by looking at the DOCX XML for it.