Skip to content

happypdf / TextPosition

Interface: TextPosition

Defined in: src/api/text/layout.ts:15

Properties

encoded

ts
encoded: PDFHexString;

Defined in: src/api/text/layout.ts:17


height

ts
height: number;

Defined in: src/api/text/layout.ts:21


text

ts
text: string;

Defined in: src/api/text/layout.ts:16


width

ts
width: number;

Defined in: src/api/text/layout.ts:20


x

ts
x: number;

Defined in: src/api/text/layout.ts:18


y

ts
y: number;

Defined in: src/api/text/layout.ts:19

MIT Licensed. A fork of pdf-lib.