Skip to content

zeropdf v1.3.0


zeropdf / VerticalAlign

Type Alias: VerticalAlign

ts
type VerticalAlign = "top" | "middle" | "bottom";

Defined in: src/types.ts:834

Vertical alignment of content within a box of known height (a table cell or a text block given an explicit height).

Released under the ISC license.