Skip to content

a11ydocs v1.7.0


a11ydocs / PdfEditableStructureQuery

Interface: PdfEditableStructureQuery

Defined in: src/document.ts:344

Query criteria for finding editable structure elements.

Properties

PropertyModifierTypeDescriptionDefined in
hasAltText?readonlybooleanWhether matched structure elements must have alternate text.src/document.ts:352
objectIds?readonlyreadonly number[]Specific structure element object ids to match.src/document.ts:354
pageObjectId?readonlynumberObject id of the page associated with this item.src/document.ts:348
parentObjectId?readonlynumberObject id of the parent structure element.src/document.ts:350
role?readonlystringStructure role used to tag this content.src/document.ts:346

Released under the ISC license.