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

TypeScript (component) library for building and parsing a DOCX file
Go to Latest
enum FileLocation
import { FileLocation } from "https://deno.land/x/docxml@5.13.2/src/enums.ts";

Members

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