sempdf v1.9.1Interfaces
Interface: PdfEditableStructureQuery
sempdf / PdfEditableStructureQuery
Defined in: src/document.ts:360
Query criteria for finding editable structure elements.
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
hasAltText? | readonly | boolean | Whether matched structure elements must have alternate text. | src/document.ts:368 |
objectIds? | readonly | readonly number[] | Specific structure element object ids to match. | src/document.ts:370 |
pageObjectId? | readonly | number | Object id of the page associated with this item. | src/document.ts:364 |
parentObjectId? | readonly | number | Object id of the parent structure element. | src/document.ts:366 |
role? | readonly | string | Structure role used to tag this content. | src/document.ts:362 |