sempdf
sempdf v1.9.1Interfaces

Interface: ParagraphStrikeOutAnnotation

sempdf v1.9.1


sempdf / ParagraphStrikeOutAnnotation

Defined in: src/types.ts:1748

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

Properties

PropertyModifierTypeDescriptionDefined in
color?readonlyPdfColorStroke color. Defaults to red.src/types.ts:1755
matchreadonlystringSubstring to locate in the rendered paragraph text.src/types.ts:1751
occurrence?readonlynumberZero-based occurrence index; defaults to every occurrence.src/types.ts:1753
tag?readonlyAnnotTagOrArtifactStructure tag override.src/types.ts:1757
typereadonly"strikeOut"-src/types.ts:1749

On this page