Skip to main content
Module

x/docxml/mod.ts>FieldRangeSeparator

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

The separator between the instruction of a compex field, and the last computed value.

Methods

toNode(_ancestry: ComponentAncestor[]): Node

Creates an XML DOM node for this component instance.

Static Properties

readonly
children: string[]
readonly
mixed: boolean

Static Methods

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.