Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/docxml/mod.ts>Section#toNode

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

Creates an XML DOM node for this component instance.

Parameters

ancestry: ComponentAncestor[]

Returns

Promise<ComponentNodes>