sempdf
sempdf v1.9.1Interfaces

Interface: FlowFreeTextOptions

sempdf v1.9.1


sempdf / FlowFreeTextOptions

Defined in: src/types.ts:1610

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:3123
color?ColorInputColor used for drawing, text, or highlighting.FreeTextAnnotationOptions.colorsrc/types.ts:3121
font?FontNameFont used to render text.FreeTextAnnotationOptions.fontsrc/types.ts:3117
fontSize?numberFont size in PDF points.FreeTextAnnotationOptions.fontSizesrc/types.ts:3119
heightnumberHeight in PDF points.FreeTextAnnotationOptions.heightsrc/types.ts:3113
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
structure?PdfStructureOptionsAdditional structure metadata for tagged PDF output.FreeTextAnnotationOptions.structuresrc/types.ts:3127
tag?AnnotTagOrArtifactStructure tag used for tagged PDF output.FreeTextAnnotationOptions.tagsrc/types.ts:3125
textstringText content to render or inspect.FreeTextAnnotationOptions.textsrc/types.ts:3115
width?numberWidth override in PDF points.-src/types.ts:1617
x?numberHorizontal position override in PDF points.-src/types.ts:1613
y?numberVertical position override in PDF points.-src/types.ts:1615

On this page