Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/docxml/mod.ts>DocumentXml#getRelated

TypeScript (component) library for building and parsing a DOCX file
Latest
method DocumentXml.prototype.getRelated
import { DocumentXml } from "https://deno.land/x/docxml@5.15.3/mod.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.