Skip to main content
Module

x/docxml/src/files/Styles.ts>Styles.fromArchive

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

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

Parameters

archive: Archive
location: string

Returns

Promise<Styles>