Appearance
zeropdf / ParagraphSquigglyAnnotation
Interface: ParagraphSquigglyAnnotation
Defined in: src/types.ts:1490
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:1497 |
match | readonly | string | Substring to locate in the rendered paragraph text. | src/types.ts:1493 |
occurrence? | readonly | number | Zero-based occurrence index; defaults to every occurrence. | src/types.ts:1495 |
tag? | readonly | "Annot" | "Artifact" | Structure tag override. | src/types.ts:1499 |
type | readonly | "squiggly" | - | src/types.ts:1491 |