Appearance
a11ydocs / StrikeOutAnnotationOptions
Interface: StrikeOutAnnotationOptions
Defined in: src/types.ts:2450
Options for creating a strike-out text-markup annotation. Draws a horizontal line through the vertical middle of the rectangle.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
color? | ColorInput | Color used for the strike-out stroke. Defaults to red. | src/types.ts:2460 |
height | number | Height in PDF points. | src/types.ts:2458 |
structure? | PdfStructureOptions | Additional structure metadata for tagged PDF output. | src/types.ts:2464 |
tag? | "Annot" | "Artifact" | Structure tag used for tagged PDF output. | src/types.ts:2462 |
width | number | Width in PDF points. | src/types.ts:2456 |
x | number | Horizontal position in PDF points. | src/types.ts:2452 |
y | number | Vertical position in PDF points. | src/types.ts:2454 |