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

x/docxml/mod.ts>HeaderXml

TypeScript (component) library for building and parsing a DOCX file
Go to Latest
class HeaderXml
extends HeaderFooterAbstractionXml
import { HeaderXml } from "https://deno.land/x/docxml@5.5.2/mod.ts";

Constructors

new
HeaderXml(location: string)

Static Methods

fromArchive(archive: Archive, location: string)

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