sempdf v1.9.1Interfaces
Interface: ParagraphSquigglyAnnotation
sempdf / ParagraphSquigglyAnnotation
Defined in: src/types.ts:1761
Draw a squiggly underline beneath a substring (text-markup /Squiggly).
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
color? | readonly | PdfColor | Stroke color. Defaults to red. | src/types.ts:1768 |
match | readonly | string | Substring to locate in the rendered paragraph text. | src/types.ts:1764 |
occurrence? | readonly | number | Zero-based occurrence index; defaults to every occurrence. | src/types.ts:1766 |
tag? | readonly | AnnotTagOrArtifact | Structure tag override. | src/types.ts:1770 |
type | readonly | "squiggly" | - | src/types.ts:1762 |