Skip to main content
Module

x/docxml/mod.ts>WatermarkText

TypeScript (component) library for building and parsing a DOCX file
Latest
class WatermarkText
import { WatermarkText } from "https://deno.land/x/docxml@5.15.2/mod.ts";

Methods

toNode(): Node

Creates an XML DOM node for this component instance.

Static Properties

readonly
children: string[]
readonly
mixed: boolean

Static Methods

fromNode(node: Node): WatermarkText

Instantiate this component from the XML in an existing DOCX file.

matchesNode(node: Node): boolean

Asserts whether or not a given XML node correlates with this component.