Skip to main content
Module

x/docxml/src/components/Row.ts>createNodeFromRow

TypeScript (component) library for building and parsing a DOCX file
Go to Latest
function createNodeFromRow
import { createNodeFromRow } from "https://deno.land/x/docxml@5.10.1/src/components/Row.ts";

For drying some logic between Row, RowAddition and RowDeletion

Creates an XML node for a given row.

Returns

Promise<Node>