import { OfficeDocument } from "https://deno.land/x/docxml@5.3.1/src/files/OfficeDocument.ts";
Properties
The components normalized from #root, which is potentially arrayed, promised, array promised etc.
The API representing "comments.xml" and all the comments associated with this document.
The API representing "numbering.xml" and all the numbering styles/schemes
The API representing "settings.xml" and all the settings associated with this document.
Methods
protected
toNode(): Promise<Document>getRelated(): File[]
Get all XmlFile instances related to this one, including self. This helps the system serialize itself back to DOCX fullly. Probably not useful for consumers of the library.
set(root: OfficeDocumentRoot): void
Set the contents of the document
Static Methods
fromArchive(archive: Archive, location: string): Promise<OfficeDocument>
Instantiate this class by looking at the DOCX XML for it.