Interface: FlowLinkOptions
Options for placing URI links through the flow layout API.
Extends
Omit<UriLinkOptions,"x"|"y"|"width"|"height"|"tag">.FlowBlockSpacingOptions
Properties
| Property | Type | Description | Inherited from |
|---|---|---|---|
align? | "left" | "center" | "right" | Horizontal alignment for laid-out content. | - |
borderWidth? | number | Annotation or field border width in PDF points. | UriLinkOptions.borderWidth |
color? | ColorInput | Color used for drawing, text, or highlighting. | - |
direction? | TextDirection | Text direction used for shaping and layout. | - |
fallbackFonts? | PdfFont[] | Fallback fonts used when the primary font lacks a glyph. | - |
font? | PdfFont | Font used to render text. | - |
fontSize? | number | Font size in PDF points. | - |
kerning? | boolean | Whether kerning should be applied where supported. | - |
lineHeight? | number | Line height in PDF points. | - |
margin? | FlowMarginShorthand | CSS-like margin shorthand in PDF points. | FlowBlockSpacingOptions.margin |
marginBottom? | number | Bottom margin in PDF points. | FlowBlockSpacingOptions.marginBottom |
marginLeft? | number | Left margin in PDF points. | FlowBlockSpacingOptions.marginLeft |
marginRight? | number | Right margin in PDF points. | FlowBlockSpacingOptions.marginRight |
marginTop? | number | Top margin in PDF points. | FlowBlockSpacingOptions.marginTop |
structure? | PdfStructureOptions | Additional structure metadata for tagged PDF output. | UriLinkOptions.structure |
tag? | "Link" | Structure tag used for tagged PDF output. | - |