Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

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

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

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

Parameters

archive: Archive
location: string

Returns

Promise<Styles>