Skip to content

zeropdf v1.3.0


zeropdf / ParsedPdfEditableStructureElement

Interface: ParsedPdfEditableStructureElement

Defined in: src/parser.ts:218

Editable structure element handle returned by editable-document queries.

Properties

PropertyModifierTypeDescriptionDefined in
actualText?readonlystringReplacement text exposed to assistive technology.src/parser.ts:234
altText?readonlystringAlternate text for tagged non-text content.src/parser.ts:232
children?readonlyreadonly ParsedPdfEditableStructureElement[]Nested child list items or structure elements.src/parser.ts:238
language?readonlystringBCP 47 language tag for document or structure content.src/parser.ts:236
mcid?readonlynumberFirst marked-content id associated with the structure element.src/parser.ts:228
mcids?readonlyreadonly number[]Marked-content ids associated with the structure element.src/parser.ts:230
objectIdreadonlynumberPDF indirect object number for the parsed item.src/parser.ts:220
pageObjectId?readonlynumberObject id of the page associated with this item.src/parser.ts:226
parentObjectId?readonlynumberObject id of the parent structure element.src/parser.ts:224
rolereadonlystringStructure role used to tag this content.src/parser.ts:222

Released under the ISC license.