sempdf
sempdf v1.9.1Interfaces

Interface: SquigglyAnnotationOptions

sempdf v1.9.1


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

PropertyTypeDescriptionDefined in
color?ColorInputColor used for the squiggly stroke. Defaults to red.src/types.ts:3073
heightnumberHeight in PDF points.src/types.ts:3071
structure?PdfStructureOptionsAdditional structure metadata for tagged PDF output.src/types.ts:3077
tag?AnnotTagOrArtifactStructure tag used for tagged PDF output.src/types.ts:3075
widthnumberWidth in PDF points.src/types.ts:3069
xnumberHorizontal position in PDF points.src/types.ts:3065
ynumberVertical position in PDF points.src/types.ts:3067

On this page