Skip to main content

Interface: FlowLinkOptions

Options for placing URI links through the flow layout API.

Extends

Properties

PropertyTypeDescriptionInherited from
align?"left" | "center" | "right"Horizontal alignment for laid-out content.-
borderWidth?numberAnnotation or field border width in PDF points.UriLinkOptions.borderWidth
color?ColorInputColor used for drawing, text, or highlighting.-
direction?TextDirectionText direction used for shaping and layout.-
fallbackFonts?PdfFont[]Fallback fonts used when the primary font lacks a glyph.-
font?PdfFontFont used to render text.-
fontSize?numberFont size in PDF points.-
kerning?booleanWhether kerning should be applied where supported.-
lineHeight?numberLine height in PDF points.-
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
structure?PdfStructureOptionsAdditional structure metadata for tagged PDF output.UriLinkOptions.structure
tag?"Link"Structure tag used for tagged PDF output.-