sempdf
sempdf v1.9.1Interfaces

Interface: FlowLinkOptions

sempdf v1.9.1


sempdf / FlowLinkOptions

Defined in: src/types.ts:1475

Options for placing URI links through the flow layout API.

Extends

Properties

PropertyTypeDescriptionInherited fromDefined in
align?BlockAlignHorizontal alignment for laid-out content.-src/types.ts:1496
borderWidth?numberAnnotation or field border width in PDF points.UriLinkOptions.borderWidthsrc/types.ts:2851
color?ColorInputColor used for drawing, text, or highlighting.-src/types.ts:1488
direction?TextDirectionText direction used for shaping and layout.-src/types.ts:1484
fallbackFonts?PdfFont[]Fallback fonts used when the primary font lacks a glyph.-src/types.ts:1482
font?PdfFontFont used to render text.-src/types.ts:1480
fontSize?numberFont size in PDF points.-src/types.ts:1486
kerning?booleanWhether kerning should be applied where supported.-src/types.ts:1492
lineHeight?numberLine height in PDF points.-src/types.ts:1490
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.UriLinkOptions.structuresrc/types.ts:2855
tag?"Link"Structure tag used for tagged PDF output.-src/types.ts:1494

On this page