Skip to main content
Module

x/docxml/mod.ts>FileMime

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

Members

comments = "application/vnd.openxmlformats-officedocument.wordprocessingml.comments+xml"
coreProperties = "application/vnd.openxmlformats-package.core-properties+xml"
customProperties = "application/vnd.openxmlformats-officedocument.custom-properties+xml"
endnotes = "application/vnd.openxmlformats-officedocument.wordprocessingml.endnotes+xml"
extendedProperties = "application/vnd.openxmlformats-officedocument.extended-properties+xml"
fontTable = "application/vnd.openxmlformats-officedocument.wordprocessingml.fontTable+xml"
footnotes = "application/vnd.openxmlformats-officedocument.wordprocessingml.footnotes+xml"
gif = "image/gif"
header = "application/vnd.openxmlformats-officedocument.wordprocessingml.header+xml"
jpeg = "image/jpeg"
json = "application/json"
mainDocument = "application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml"
numbering = "application/vnd.openxmlformats-officedocument.wordprocessingml.numbering+xml"
png = "image/png"
relationships = "application/vnd.openxmlformats-package.relationships+xml"
rels = "application/vnd.openxmlformats-package.relationships+xml"
settings = "application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml"
styles = "application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml"
svg = "image/svg+xml"
theme = "application/vnd.openxmlformats-officedocument.theme+xml"
webSettings = "application/vnd.openxmlformats-officedocument.wordprocessingml.webSettings+xml"
xml = "application/xml"