Module

x/docx/src/file/shared/alignment.ts>VerticalPositionAlign

Easily generate and modify .docx files with JS/TS with a nice declarative API. Works for Node and on the Browser.
Latest
variable VerticalPositionAlign
import { VerticalPositionAlign } from "https://dotland.deno.dev/x/docx@8.5.0/src/file/shared/alignment.ts";

type

{ BOTTOM: string; CENTER: string; INSIDE: string; OUTSIDE: string; TOP: string; }