sempdf
sempdf v1.9.1Interfaces

Interface: ParsedPdfEditableStructureElement

sempdf v1.9.1


sempdf / ParsedPdfEditableStructureElement

Defined in: src/parser.ts:220

Editable structure element handle returned by editable-document queries.

Properties

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

On this page