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

x/docxml/src/files/OfficeDocument.ts>OfficeDocument#getRelated

TypeScript (component) library for building and parsing a DOCX file
Go to Latest
method OfficeDocument.prototype.getRelated
import { OfficeDocument } from "https://deno.land/x/docxml@5.3.1/src/files/OfficeDocument.ts";

Get all XmlFile instances related to this one, including self. This helps the system serialize itself back to DOCX fullly. Probably not useful for consumers of the library.