sempdf v1.9.1Interfaces
Interface: ParagraphUnderlineAnnotation
sempdf / ParagraphUnderlineAnnotation
Defined in: src/types.ts:1735
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:1742 |
match | readonly | string | Substring to locate in the rendered paragraph text. | src/types.ts:1738 |
occurrence? | readonly | number | Zero-based occurrence index; defaults to every occurrence. | src/types.ts:1740 |
tag? | readonly | AnnotTagOrArtifact | Structure tag override. | src/types.ts:1744 |
type | readonly | "underline" | - | src/types.ts:1736 |