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

x/docxml/src/enums.ts>FileLocation

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

Members

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