Appearance
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).