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