Appearance
zeropdf / ParagraphUnderlineAnnotation
Interface: ParagraphUnderlineAnnotation
Defined in: src/types.ts:1464
Underline a substring of a paragraph (text-markup /Underline).
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
color? | readonly | PdfColor | Stroke color. Defaults to black. | src/types.ts:1471 |
match | readonly | string | Substring to locate in the rendered paragraph text. | src/types.ts:1467 |
occurrence? | readonly | number | Zero-based occurrence index; defaults to every occurrence. | src/types.ts:1469 |
tag? | readonly | "Annot" | "Artifact" | Structure tag override. | src/types.ts:1473 |
type | readonly | "underline" | - | src/types.ts:1465 |