import { Text } from "https://deno.land/x/docxml@5.11.2/src/components/Text.ts";
A component that represents text. All inline formatting options, such as bold/italic/underline,
are in fact different props or styles on the <Text>
component.
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.