sempdf v1.9.1Interfaces
Interface: ParagraphStrikeOutAnnotation
sempdf / ParagraphStrikeOutAnnotation
Defined in: src/types.ts:1748
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:1755 |
match | readonly | string | Substring to locate in the rendered paragraph text. | src/types.ts:1751 |
occurrence? | readonly | number | Zero-based occurrence index; defaults to every occurrence. | src/types.ts:1753 |
tag? | readonly | AnnotTagOrArtifact | Structure tag override. | src/types.ts:1757 |
type | readonly | "strikeOut" | - | src/types.ts:1749 |