Skip to content

zeropdf v1.3.0


zeropdf / FlowFreeTextOptions

Interface: FlowFreeTextOptions

Defined in: src/types.ts:1339

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

Extends

Properties

PropertyTypeDescriptionInherited fromDefined in
borderWidth?numberAnnotation or field border width in PDF points.FreeTextAnnotationOptions.borderWidthsrc/types.ts:2478
color?ColorInputColor used for drawing, text, or highlighting.FreeTextAnnotationOptions.colorsrc/types.ts:2476
font?FontNameFont used to render text.FreeTextAnnotationOptions.fontsrc/types.ts:2472
fontSize?numberFont size in PDF points.FreeTextAnnotationOptions.fontSizesrc/types.ts:2474
heightnumberHeight in PDF points.FreeTextAnnotationOptions.heightsrc/types.ts:2468
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
structure?PdfStructureOptionsAdditional structure metadata for tagged PDF output.FreeTextAnnotationOptions.structuresrc/types.ts:2482
tag?"Annot" | "Artifact"Structure tag used for tagged PDF output.FreeTextAnnotationOptions.tagsrc/types.ts:2480
textstringText content to render or inspect.FreeTextAnnotationOptions.textsrc/types.ts:2470
width?numberWidth override in PDF points.-src/types.ts:1346
x?numberHorizontal position override in PDF points.-src/types.ts:1342
y?numberVertical position override in PDF points.-src/types.ts:1344

Released under the ISC license.