Appearance
zeropdf / ParagraphLinkAnnotation
Interface: ParagraphLinkAnnotation
Defined in: src/types.ts:1522
Wrap a substring in a clickable URI link.
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
borderWidth? | readonly | number | Border width in points. | src/types.ts:1531 |
match | readonly | string | Substring to locate in the rendered paragraph text. | src/types.ts:1525 |
occurrence? | readonly | number | Zero-based occurrence index to annotate; defaults to every occurrence. | src/types.ts:1527 |
tag? | readonly | "Link" | "Artifact" | Structure tag override. | src/types.ts:1533 |
type | readonly | "link" | - | src/types.ts:1523 |
url | readonly | string | Target URI. | src/types.ts:1529 |