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

x/docxml/src/bundle/Relationships.ts>RelationshipType

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

Members

attachedTemplate = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/attachedTemplate"
coreProperties = "http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties"
customXml = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/customXml"
endnotes = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/endnotes"
extendedProperties = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/extended-properties"
fontTable = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/fontTable"
footnotes = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/footnotes"
header = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/header"
officeDocument = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument"
people = "http://schemas.microsoft.com/office/2011/relationships/people"
settings = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/settings"
styles = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/styles"
theme = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/theme"
webSettings = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/webSettings"