Skip to content

a11ydocs v1.7.0


a11ydocs / FlowNoteOptions

Interface: FlowNoteOptions

Defined in: src/types.ts:1326

Options for placing a text note annotation through the flow layout API.

Extends

Properties

PropertyTypeDescriptionInherited fromDefined in
contentsstringAnnotation contents text.NoteAnnotationOptions.contentssrc/types.ts:2502
height?numberHeight in PDF points.NoteAnnotationOptions.heightsrc/types.ts:2500
margin?FlowMarginShorthandCSS-like margin shorthand in PDF points.FlowBlockSpacingOptions.marginsrc/types.ts:1137
marginBottom?numberBottom margin in PDF points.FlowBlockSpacingOptions.marginBottomsrc/types.ts:1143
marginLeft?numberLeft margin in PDF points.FlowBlockSpacingOptions.marginLeftsrc/types.ts:1145
marginRight?numberRight margin in PDF points.FlowBlockSpacingOptions.marginRightsrc/types.ts:1141
marginTop?numberTop margin in PDF points.FlowBlockSpacingOptions.marginTopsrc/types.ts:1139
open?booleanWhether the note annotation is initially open.NoteAnnotationOptions.opensrc/types.ts:2504
structure?PdfStructureOptionsAdditional structure metadata for tagged PDF output.NoteAnnotationOptions.structuresrc/types.ts:2508
tag?"Annot" | "Artifact"Structure tag used for tagged PDF output.NoteAnnotationOptions.tagsrc/types.ts:2506
width?numberWidth override in PDF points.-src/types.ts:1333
x?numberHorizontal position override in PDF points.-src/types.ts:1329
y?numberVertical position override in PDF points.-src/types.ts:1331

Released under the ISC license.