import { FieldRangeStart } from "https://deno.land/x/docxml@5.15.3/src/components/FieldRangeStart.ts";
The start of a range associated with a complex field.
Methods
toNode(_ancestry: ComponentAncestor[]): Node
Creates an XML DOM node for this component instance.
Static Methods
fromNode(node: Node): FieldRangeStart
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.