import { default } from "https://deno.land/x/docxml@5.15.3/mod.ts";
Instantiate this class by giving it a .docx
file if it is already loaded as a Archive instance.
Returns
Promise<Docx<PropsGeneric>>
Instantiate this class by giving it a .docx
file loaded as a byte array.
Returns
Promise<Docx<PropsGeneric>>
Instantiate this class by pointing at a .docx
file location.
Returns
Promise<Docx<PropsGeneric>>