sempdf v1.9.1Type aliases
Type Alias: VerticalAlign
sempdf / VerticalAlign
type VerticalAlign = "top" | "middle" | "bottom";Defined in: src/types.ts:928
Vertical alignment of content within a box of known height (a table cell or a
text block given an explicit height).