import { Tab } from "https://deno.land/x/docxml@5.15.3/src/components/Tab.ts";
A component that represents a tab space in a DOCX document. Place
this in one of the <Text>
, <TextAddition>
or <TextDeletion>
components.
Methods
toNode(_ancestry: ComponentAncestor[]): 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.