Appearance
a11ydocs / FreeTextAnnotationOptions
Interface: FreeTextAnnotationOptions
Defined in: src/types.ts:2514
Options for creating a free-text annotation.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
borderWidth? | number | Annotation or field border width in PDF points. | src/types.ts:2532 |
color? | ColorInput | Color used for drawing, text, or highlighting. | src/types.ts:2530 |
font? | FontName | Font used to render text. | src/types.ts:2526 |
fontSize? | number | Font size in PDF points. | src/types.ts:2528 |
height | number | Height in PDF points. | src/types.ts:2522 |
structure? | PdfStructureOptions | Additional structure metadata for tagged PDF output. | src/types.ts:2536 |
tag? | "Annot" | "Artifact" | Structure tag used for tagged PDF output. | src/types.ts:2534 |
text | string | Text content to render or inspect. | src/types.ts:2524 |
width | number | Width in PDF points. | src/types.ts:2520 |
x | number | Horizontal position in PDF points. | src/types.ts:2516 |
y | number | Vertical position in PDF points. | src/types.ts:2518 |