Skip to content

zeropdf v1.3.0


zeropdf / TextAlign

Type Alias: TextAlign

ts
type TextAlign = "left" | "center" | "right" | "justify";

Defined in: src/types.ts:828

Horizontal text alignment values.

Released under the ISC license.