Skip to content

zeropdf v1.3.0


zeropdf / ParagraphLinkAnnotation

Interface: ParagraphLinkAnnotation

Defined in: src/types.ts:1522

Wrap a substring in a clickable URI link.

Properties

PropertyModifierTypeDescriptionDefined in
borderWidth?readonlynumberBorder width in points.src/types.ts:1531
matchreadonlystringSubstring to locate in the rendered paragraph text.src/types.ts:1525
occurrence?readonlynumberZero-based occurrence index to annotate; defaults to every occurrence.src/types.ts:1527
tag?readonly"Link" | "Artifact"Structure tag override.src/types.ts:1533
typereadonly"link"-src/types.ts:1523
urlreadonlystringTarget URI.src/types.ts:1529

Released under the ISC license.