Skip to content

zeropdf v1.3.0


zeropdf / ParagraphSquigglyAnnotation

Interface: ParagraphSquigglyAnnotation

Defined in: src/types.ts:1490

Draw a squiggly underline beneath a substring (text-markup /Squiggly).

Properties

PropertyModifierTypeDescriptionDefined in
color?readonlyPdfColorStroke color. Defaults to red.src/types.ts:1497
matchreadonlystringSubstring to locate in the rendered paragraph text.src/types.ts:1493
occurrence?readonlynumberZero-based occurrence index; defaults to every occurrence.src/types.ts:1495
tag?readonly"Annot" | "Artifact"Structure tag override.src/types.ts:1499
typereadonly"squiggly"-src/types.ts:1491

Released under the ISC license.