Skip to content

a11ydocs v1.7.0


a11ydocs / FreeTextAnnotationOptions

Interface: FreeTextAnnotationOptions

Defined in: src/types.ts:2514

Options for creating a free-text annotation.

Properties

PropertyTypeDescriptionDefined in
borderWidth?numberAnnotation or field border width in PDF points.src/types.ts:2532
color?ColorInputColor used for drawing, text, or highlighting.src/types.ts:2530
font?FontNameFont used to render text.src/types.ts:2526
fontSize?numberFont size in PDF points.src/types.ts:2528
heightnumberHeight in PDF points.src/types.ts:2522
structure?PdfStructureOptionsAdditional structure metadata for tagged PDF output.src/types.ts:2536
tag?"Annot" | "Artifact"Structure tag used for tagged PDF output.src/types.ts:2534
textstringText content to render or inspect.src/types.ts:2524
widthnumberWidth in PDF points.src/types.ts:2520
xnumberHorizontal position in PDF points.src/types.ts:2516
ynumberVertical position in PDF points.src/types.ts:2518

Released under the ISC license.