sempdf v1.9.1Interfaces
Interface: FlowLinkOptions
sempdf / FlowLinkOptions
Defined in: src/types.ts:1475
Options for placing URI links through the flow layout API.
Extends
Omit<UriLinkOptions,FlowBoxKeys|"height"|"tag">.FlowBlockSpacingOptions
Properties
| Property | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|
align? | BlockAlign | Horizontal alignment for laid-out content. | - | src/types.ts:1496 |
borderWidth? | number | Annotation or field border width in PDF points. | UriLinkOptions.borderWidth | src/types.ts:2851 |
color? | ColorInput | Color used for drawing, text, or highlighting. | - | src/types.ts:1488 |
direction? | TextDirection | Text 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? | PdfFont | Font used to render text. | - | src/types.ts:1480 |
fontSize? | number | Font size in PDF points. | - | src/types.ts:1486 |
kerning? | boolean | Whether kerning should be applied where supported. | - | src/types.ts:1492 |
lineHeight? | number | Line height in PDF points. | - | src/types.ts:1490 |
margin? | FlowMarginShorthand | CSS-like margin shorthand in PDF points. | FlowBlockSpacingOptions.margin | src/types.ts:1271 |
marginBottom? | number | Bottom margin in PDF points. | FlowBlockSpacingOptions.marginBottom | src/types.ts:1277 |
marginLeft? | number | Left margin in PDF points. | FlowBlockSpacingOptions.marginLeft | src/types.ts:1279 |
marginRight? | number | Right margin in PDF points. | FlowBlockSpacingOptions.marginRight | src/types.ts:1275 |
marginTop? | number | Top margin in PDF points. | FlowBlockSpacingOptions.marginTop | src/types.ts:1273 |
structure? | PdfStructureOptions | Additional structure metadata for tagged PDF output. | UriLinkOptions.structure | src/types.ts:2855 |
tag? | "Link" | Structure tag used for tagged PDF output. | - | src/types.ts:1494 |