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

x/docxml/src/files/wip/Footer.ts>Footer.fromArchive

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

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

Parameters

archive: Archive
location: string

Returns

Promise<Footer>