import { type WatermarkTextProps } from "https://deno.land/x/docxml@5.15.3/mod.ts";
A type describing the props accepted by WatermarkText.
The "style" option, which is part of both paragraph- and text properties, is always set to the paragraph style -- the text style is ignored.
definition: { text: string; horizontalAlign?: ; verticalAlign?: ; minFontSize?: Length | null; boxWidth?: Length | null; boxHeight?: Length | null; color?: string | null; font?: string | null; opacity?: number | null; isBold?: boolean | null; isItalic?: boolean | null; }
| "left"
| "center"
| "right"
| null
| "top"
| "center"
| "bottom"
| null