Appearance
a11ydocs / NoteAnnotationOptions
Interface: NoteAnnotationOptions
Defined in: src/types.ts:2492
Options for creating a text note annotation.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
contents | string | Annotation contents text. | src/types.ts:2502 |
height? | number | Height in PDF points. | src/types.ts:2500 |
open? | boolean | Whether the note annotation is initially open. | src/types.ts:2504 |
structure? | PdfStructureOptions | Additional structure metadata for tagged PDF output. | src/types.ts:2508 |
tag? | "Annot" | "Artifact" | Structure tag used for tagged PDF output. | src/types.ts:2506 |
width? | number | Width in PDF points. | src/types.ts:2498 |
x | number | Horizontal position in PDF points. | src/types.ts:2494 |
y | number | Vertical position in PDF points. | src/types.ts:2496 |