Skip to main content
Module

x/docxml/mod.ts>RelationshipsXml#getRelated

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

By default only returns the instance itself but no other related instances.