import { NonBreakingHyphen } from "https://deno.land/x/docxml@5.15.3/mod.ts";
A component that represents a non-breaking hyphen. Place this in the <Text>
component.
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.