Skip to main content
Module

x/docxml/mod.ts>BookmarkRangeEnd

An experimental Deno tool to transform XML to DOCX with a little XPath- and component based configuration
Go to Latest
class BookmarkRangeEnd
extends Component<BookmarkRangeEndProps, BookmarkRangeEndChild>
import { BookmarkRangeEnd } from "https://deno.land/x/docxml@5.0.1/mod.ts";

The end of a range associated with a comment.

Methods

toNode(_ancestry: ComponentAncestor[]): Node

Creates an XML DOM node for this component instance.

Static Properties

readonly
children: string[]
readonly
mixed: boolean

Static Methods

fromNode(node: Node): BookmarkRangeEnd

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.