Skip to main content
Module

x/docxml/mod.ts>StylesXml.fromArchive

TypeScript library for parsing and building a DOCXML file
Go to Latest
method StylesXml.fromArchive
import { StylesXml } from "https://deno.land/x/docxml@5.1.1/mod.ts";

Instantiate this class by looking at the DOCX XML for it.

Parameters

archive: Archive
location: string

Returns

Promise<Styles>