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

x/docxml/src/enums.ts>BundleFile

An experimental Deno tool to transform XML to DOCX with a little XPath- and component based configuration
Go to Latest
enum BundleFile
import { BundleFile } from "https://deno.land/x/docxml@3.0.1/src/enums.ts";

Members

contentTypes = "[Content_Types].xml"
coreProperties = "docProps/core.xml"
mainDocument = "word/document.xml"
relationships = "_rels/.rels"
styles = "word/styles.xml"