StructureElement
Defined in: src/core/types.ts:684
A structure element in a tagged PDF’s structure tree.
Properties
Section titled “Properties”altText?
Section titled “altText?”
readonlyoptionalaltText:string
Defined in: src/core/types.ts:690
Alternative text for accessibility, if present.
children
Section titled “children”
readonlychildren: readonlyStructureElement[]
Defined in: src/core/types.ts:694
Child structure elements.
readonlyoptionallang:string
Defined in: src/core/types.ts:692
The language attribute (e.g., “en-US”), if present.
title?
Section titled “title?”
readonlyoptionaltitle:string
Defined in: src/core/types.ts:688
The title attribute, if present.
readonlytype:string
Defined in: src/core/types.ts:686
The element type (e.g., “P”, “H1”, “Table”, “Figure”).