Skip to content

a11ydocs v1.7.0


a11ydocs / NoteAnnotationOptions

Interface: NoteAnnotationOptions

Defined in: src/types.ts:2492

Options for creating a text note annotation.

Properties

PropertyTypeDescriptionDefined in
contentsstringAnnotation contents text.src/types.ts:2502
height?numberHeight in PDF points.src/types.ts:2500
open?booleanWhether the note annotation is initially open.src/types.ts:2504
structure?PdfStructureOptionsAdditional 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?numberWidth in PDF points.src/types.ts:2498
xnumberHorizontal position in PDF points.src/types.ts:2494
ynumberVertical position in PDF points.src/types.ts:2496

Released under the ISC license.