Skip to main content

Interface: FlowNoteOptions

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

Extends

Properties

PropertyTypeDescriptionInherited from
contentsstringAnnotation contents text.NoteAnnotationOptions.contents
height?numberHeight in PDF points.NoteAnnotationOptions.height
margin?FlowMarginShorthandCSS-like margin shorthand in PDF points.FlowBlockSpacingOptions.margin
marginBottom?numberBottom margin in PDF points.FlowBlockSpacingOptions.marginBottom
marginLeft?numberLeft margin in PDF points.FlowBlockSpacingOptions.marginLeft
marginRight?numberRight margin in PDF points.FlowBlockSpacingOptions.marginRight
marginTop?numberTop margin in PDF points.FlowBlockSpacingOptions.marginTop
open?booleanWhether the note annotation is initially open.NoteAnnotationOptions.open
structure?PdfStructureOptionsAdditional structure metadata for tagged PDF output.NoteAnnotationOptions.structure
tag?"Annot" | "Artifact"Structure tag used for tagged PDF output.NoteAnnotationOptions.tag
width?numberWidth override in PDF points.-
x?numberHorizontal position override in PDF points.-
y?numberVertical position override in PDF points.-