Skip to content

a11ydocs v1.7.0


a11ydocs / 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:2532
color?ColorInputColor used for drawing, text, or highlighting.FreeTextAnnotationOptions.colorsrc/types.ts:2530
font?FontNameFont used to render text.FreeTextAnnotationOptions.fontsrc/types.ts:2526
fontSize?numberFont size in PDF points.FreeTextAnnotationOptions.fontSizesrc/types.ts:2528
heightnumberHeight in PDF points.FreeTextAnnotationOptions.heightsrc/types.ts:2522
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:2536
tag?"Annot" | "Artifact"Structure tag used for tagged PDF output.FreeTextAnnotationOptions.tagsrc/types.ts:2534
textstringText content to render or inspect.FreeTextAnnotationOptions.textsrc/types.ts:2524
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.