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

x/docxml/src/files/wip/Endnotes.ts>Endnotes

An experimental Deno tool to transform XML to DOCX with a little XPath- and component based configuration
Go to Latest
class Endnotes
extends UnhandledXmlFile
import { Endnotes } from "https://deno.land/x/docxml@2.0.1/src/files/wip/Endnotes.ts";

Static Methods

fromArchive(archive: ZipArchive, location: string): Promise<Endnotes>

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