Appearance
zeropdf / ParsedPdfEditableStructureElement
Interface: ParsedPdfEditableStructureElement
Defined in: src/parser.ts:218
Editable structure element handle returned by editable-document queries.
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
actualText? | readonly | string | Replacement text exposed to assistive technology. | src/parser.ts:234 |
altText? | readonly | string | Alternate text for tagged non-text content. | src/parser.ts:232 |
children? | readonly | readonly ParsedPdfEditableStructureElement[] | Nested child list items or structure elements. | src/parser.ts:238 |
language? | readonly | string | BCP 47 language tag for document or structure content. | src/parser.ts:236 |
mcid? | readonly | number | First marked-content id associated with the structure element. | src/parser.ts:228 |
mcids? | readonly | readonly number[] | Marked-content ids associated with the structure element. | src/parser.ts:230 |
objectId | readonly | number | PDF indirect object number for the parsed item. | src/parser.ts:220 |
pageObjectId? | readonly | number | Object id of the page associated with this item. | src/parser.ts:226 |
parentObjectId? | readonly | number | Object id of the parent structure element. | src/parser.ts:224 |
role | readonly | string | Structure role used to tag this content. | src/parser.ts:222 |