Module

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

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

type

{ CENTER: string; INSIDE: string; LEFT: string; OUTSIDE: string; RIGHT: string; }