Skip to main content
Module

x/docxml/mod.ts>default#withXmlRules

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

Add all the XML translatiom rules from another set of translation rules. Useful for cloning.

Parameters

renderer: GenericRenderer<RuleResult, { document: DocumentXml; } & PropsGeneric>