Skip to content

modern-pdf-lib


modern-pdf-lib / TextAlignment

Variable: TextAlignment

const TextAlignment: object

Defined in: src/core/enums.ts:66

Text alignment for form fields and layout operations.

Type Declaration

Center

readonly Center: 1 = 1

Left

readonly Left: 0 = 0

readonly Right: 2 = 2

Released under the MIT License.