Appearance
zeropdf / ParagraphStrikeOutAnnotation
Interface: ParagraphStrikeOutAnnotation
Defined in: src/types.ts:1477
Strike out a substring of a paragraph (text-markup /StrikeOut).
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
color? | readonly | PdfColor | Stroke color. Defaults to red. | src/types.ts:1484 |
match | readonly | string | Substring to locate in the rendered paragraph text. | src/types.ts:1480 |
occurrence? | readonly | number | Zero-based occurrence index; defaults to every occurrence. | src/types.ts:1482 |
tag? | readonly | "Annot" | "Artifact" | Structure tag override. | src/types.ts:1486 |
type | readonly | "strikeOut" | - | src/types.ts:1478 |