sempdf
sempdf v1.9.1Interfaces

Interface: ParagraphLinkAnnotation

sempdf v1.9.1


sempdf / ParagraphLinkAnnotation

Defined in: src/types.ts:1793

Wrap a substring in a clickable URI link.

Properties

PropertyModifierTypeDescriptionDefined in
borderWidth?readonlynumberBorder width in points.src/types.ts:1802
matchreadonlystringSubstring to locate in the rendered paragraph text.src/types.ts:1796
occurrence?readonlynumberZero-based occurrence index to annotate; defaults to every occurrence.src/types.ts:1798
tag?readonlyLinkTagOrArtifactStructure tag override.src/types.ts:1804
typereadonly"link"-src/types.ts:1794
urlreadonlystringTarget URI.src/types.ts:1800

On this page