Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/docxml/src/files/HeaderFooterXml.ts>FooterXml

TypeScript (component) library for building and parsing a DOCX file
Go to Latest
class FooterXml
extends HeaderFooterAbstractionXml<HeaderFooterChild>
import { FooterXml } from "https://deno.land/x/docxml@5.12.0/src/files/HeaderFooterXml.ts";

Constructors

new
FooterXml(location: string, relationships: RelationshipsXml | null)

Static Methods

fromArchive(archive: Archive, location: string)

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

fromJsx(location: string, roots: HeaderFooterRoot)

Create a new DOCX with contents composed by this library's components. Needs a single JSX component as root, for example <Section> or <Paragragh>.