Skip to main content
Module

x/docxml/mod.ts>Hyperlink

TypeScript (component) library for building and parsing a DOCX file
Go to Latest
class Hyperlink
extends Component<HyperlinkProps, HyperlinkChild>
import { Hyperlink } from "https://deno.land/x/docxml@5.14.1/mod.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 Properties

readonly
children: string[]
readonly
mixed: boolean

Static Methods

fromNode(node: Node, context: ComponentContext): Hyperlink

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.