Skip to content

zeropdf v1.3.0


zeropdf / FlowLinkOptions

Interface: FlowLinkOptions

Defined in: src/types.ts:1204

Options for placing URI links through the flow layout API.

Extends

Properties

PropertyTypeDescriptionInherited fromDefined in
align?"left" | "center" | "right"Horizontal alignment for laid-out content.-src/types.ts:1225
borderWidth?numberAnnotation or field border width in PDF points.UriLinkOptions.borderWidthsrc/types.ts:2206
color?ColorInputColor used for drawing, text, or highlighting.-src/types.ts:1217
direction?TextDirectionText direction used for shaping and layout.-src/types.ts:1213
fallbackFonts?PdfFont[]Fallback fonts used when the primary font lacks a glyph.-src/types.ts:1211
font?PdfFontFont used to render text.-src/types.ts:1209
fontSize?numberFont size in PDF points.-src/types.ts:1215
kerning?booleanWhether kerning should be applied where supported.-src/types.ts:1221
lineHeight?numberLine height in PDF points.-src/types.ts:1219
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.UriLinkOptions.structuresrc/types.ts:2210
tag?"Link"Structure tag used for tagged PDF output.-src/types.ts:1223

Released under the ISC license.