import { Hyperlink } from "https://deno.land/x/docxml@5.2.0/src/components/Hyperlink.ts";
A component that represents a hyperlink to another part of the same document.
Methods
toNode(ancestry: ComponentAncestor[]): Promise<Node>
Creates an XML DOM node for this component instance.
Static Methods
matchesNode(node: Node): boolean
Asserts whether or not a given XML node correlates with this component.