sempdf
sempdf v1.9.1Interfaces

Interface: ParagraphUnderlineAnnotation

sempdf v1.9.1


sempdf / ParagraphUnderlineAnnotation

Defined in: src/types.ts:1735

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

Properties

PropertyModifierTypeDescriptionDefined in
color?readonlyPdfColorStroke color. Defaults to black.src/types.ts:1742
matchreadonlystringSubstring to locate in the rendered paragraph text.src/types.ts:1738
occurrence?readonlynumberZero-based occurrence index; defaults to every occurrence.src/types.ts:1740
tag?readonlyAnnotTagOrArtifactStructure tag override.src/types.ts:1744
typereadonly"underline"-src/types.ts:1736

On this page