Skip to content

zeropdf v1.3.0


zeropdf / 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:2448
height?numberHeight in PDF points.NoteAnnotationOptions.heightsrc/types.ts:2446
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:2450
structure?PdfStructureOptionsAdditional structure metadata for tagged PDF output.NoteAnnotationOptions.structuresrc/types.ts:2454
tag?"Annot" | "Artifact"Structure tag used for tagged PDF output.NoteAnnotationOptions.tagsrc/types.ts:2452
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.