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.
Go to Latest
enum VerticalPositionAlign
import { VerticalPositionAlign } from "https://dotland.deno.dev/x/docx@8.2.1/src/file/shared/alignment.ts";

Members

BOTTOM = "bottom"
CENTER = "center"
INSIDE = "inside"
OUTSIDE = "outside"
TOP = "top"