TextObject
Defined in: src/core/types.ts:362
Text object on a PDF page.
Extends
Section titled “Extends”Properties
Section titled “Properties”bounds
Section titled “bounds”
readonlybounds:Rect
Defined in: src/core/types.ts:356
Bounding box in page coordinates (points, origin at bottom-left).
Inherited from
Section titled “Inherited from”fontSize
Section titled “fontSize”
readonlyfontSize:number
Defined in: src/core/types.ts:367
Font size in points
readonlytext:string
Defined in: src/core/types.ts:365
The text content
readonlytype:Text
Defined in: src/core/types.ts:363
The type of this page object.