Skip to content

a11ydocs v1.7.0


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

PropertyTypeDescriptionDefined in
color?ColorInputColor used for the strike-out stroke. Defaults to red.src/types.ts:2460
heightnumberHeight in PDF points.src/types.ts:2458
structure?PdfStructureOptionsAdditional structure metadata for tagged PDF output.src/types.ts:2464
tag?"Annot" | "Artifact"Structure tag used for tagged PDF output.src/types.ts:2462
widthnumberWidth in PDF points.src/types.ts:2456
xnumberHorizontal position in PDF points.src/types.ts:2452
ynumberVertical position in PDF points.src/types.ts:2454

Released under the ISC license.