Skip to content

zeropdf v1.3.0


zeropdf / ParagraphUnderlineAnnotation

Interface: ParagraphUnderlineAnnotation

Defined in: src/types.ts:1464

Underline a substring of a paragraph (text-markup /Underline).

Properties

PropertyModifierTypeDescriptionDefined in
color?readonlyPdfColorStroke color. Defaults to black.src/types.ts:1471
matchreadonlystringSubstring to locate in the rendered paragraph text.src/types.ts:1467
occurrence?readonlynumberZero-based occurrence index; defaults to every occurrence.src/types.ts:1469
tag?readonly"Annot" | "Artifact"Structure tag override.src/types.ts:1473
typereadonly"underline"-src/types.ts:1465

Released under the ISC license.