import { OfficeDocument } from "https://deno.land/x/docxml@2.0.1/src/files/OfficeDocument.ts";
Instantiate this class by looking at the DOCX XML for it.
Parameters
archive: ZipArchive
Returns
Promise<OfficeDocument>
x/docxml/src/files/OfficeDocument.ts>OfficeDocument.fromArchive
import { OfficeDocument } from "https://deno.land/x/docxml@2.0.1/src/files/OfficeDocument.ts";
Instantiate this class by looking at the DOCX XML for it.