sempdf v1.9.1Interfaces
Interface: ParagraphLinkAnnotation
sempdf / ParagraphLinkAnnotation
Defined in: src/types.ts:1793
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:1802 |
match | readonly | string | Substring to locate in the rendered paragraph text. | src/types.ts:1796 |
occurrence? | readonly | number | Zero-based occurrence index to annotate; defaults to every occurrence. | src/types.ts:1798 |
tag? | readonly | LinkTagOrArtifact | Structure tag override. | src/types.ts:1804 |
type | readonly | "link" | - | src/types.ts:1794 |
url | readonly | string | Target URI. | src/types.ts:1800 |