Skip to content

zeropdf v1.3.0


zeropdf / ParagraphStrikeOutAnnotation

Interface: ParagraphStrikeOutAnnotation

Defined in: src/types.ts:1477

Strike out a substring of a paragraph (text-markup /StrikeOut).

Properties

PropertyModifierTypeDescriptionDefined in
color?readonlyPdfColorStroke color. Defaults to red.src/types.ts:1484
matchreadonlystringSubstring to locate in the rendered paragraph text.src/types.ts:1480
occurrence?readonlynumberZero-based occurrence index; defaults to every occurrence.src/types.ts:1482
tag?readonly"Annot" | "Artifact"Structure tag override.src/types.ts:1486
typereadonly"strikeOut"-src/types.ts:1478

Released under the ISC license.