sempdf v1.9.1Interfaces
Interface: SquigglyAnnotationOptions
sempdf / SquigglyAnnotationOptions
Defined in: src/types.ts:3063
Options for creating a squiggly text-markup annotation. Draws a wavy underline beneath the rectangle (commonly used to flag spelling or grammar concerns).
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
color? | ColorInput | Color used for the squiggly stroke. Defaults to red. | src/types.ts:3073 |
height | number | Height in PDF points. | src/types.ts:3071 |
structure? | PdfStructureOptions | Additional structure metadata for tagged PDF output. | src/types.ts:3077 |
tag? | AnnotTagOrArtifact | Structure tag used for tagged PDF output. | src/types.ts:3075 |
width | number | Width in PDF points. | src/types.ts:3069 |
x | number | Horizontal position in PDF points. | src/types.ts:3065 |
y | number | Vertical position in PDF points. | src/types.ts:3067 |