Skip to content

zeropdf v1.3.0


zeropdf / ParsedPdfStructureElement

Interface: ParsedPdfStructureElement

Defined in: src/parser.ts:162

Tagged structure element discovered while parsing an existing PDF.

Properties

PropertyModifierTypeDescriptionDefined in
actualText?readonlystringReplacement text exposed to assistive technology.src/parser.ts:174
altText?readonlystringAlternate text for tagged non-text content.src/parser.ts:172
children?readonlyreadonly ParsedPdfStructureElement[]Nested child list items or structure elements.src/parser.ts:178
language?readonlystringBCP 47 language tag for document or structure content.src/parser.ts:176
mcid?readonlynumberFirst marked-content id associated with the structure element.src/parser.ts:168
mcids?readonlyreadonly number[]Marked-content ids associated with the structure element.src/parser.ts:170
pageObjectId?readonlynumberObject id of the page associated with this item.src/parser.ts:166
rolereadonlystringStructure role used to tag this content.src/parser.ts:164

Released under the ISC license.