sempdf
sempdf v1.9.1Interfaces

Interface: FlowNoteOptions

sempdf v1.9.1


sempdf / FlowNoteOptions

Defined in: src/types.ts:1597

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

Extends

Properties

PropertyTypeDescriptionInherited fromDefined in
contentsstringAnnotation contents text.NoteAnnotationOptions.contentssrc/types.ts:3093
height?numberHeight in PDF points.NoteAnnotationOptions.heightsrc/types.ts:3091
margin?FlowMarginShorthandCSS-like margin shorthand in PDF points.FlowBlockSpacingOptions.marginsrc/types.ts:1271
marginBottom?numberBottom margin in PDF points.FlowBlockSpacingOptions.marginBottomsrc/types.ts:1277
marginLeft?numberLeft margin in PDF points.FlowBlockSpacingOptions.marginLeftsrc/types.ts:1279
marginRight?numberRight margin in PDF points.FlowBlockSpacingOptions.marginRightsrc/types.ts:1275
marginTop?numberTop margin in PDF points.FlowBlockSpacingOptions.marginTopsrc/types.ts:1273
open?booleanWhether the note annotation is initially open.NoteAnnotationOptions.opensrc/types.ts:3095
structure?PdfStructureOptionsAdditional structure metadata for tagged PDF output.NoteAnnotationOptions.structuresrc/types.ts:3099
tag?AnnotTagOrArtifactStructure tag used for tagged PDF output.NoteAnnotationOptions.tagsrc/types.ts:3097
width?numberWidth override in PDF points.-src/types.ts:1604
x?numberHorizontal position override in PDF points.-src/types.ts:1600
y?numberVertical position override in PDF points.-src/types.ts:1602

On this page