Appearance
zeropdf / FlowLinkOptions
Interface: FlowLinkOptions
Defined in: src/types.ts:1204
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 | Defined in |
|---|---|---|---|---|
align? | "left" | "center" | "right" | Horizontal alignment for laid-out content. | - | src/types.ts:1225 |
borderWidth? | number | Annotation or field border width in PDF points. | UriLinkOptions.borderWidth | src/types.ts:2206 |
color? | ColorInput | Color used for drawing, text, or highlighting. | - | src/types.ts:1217 |
direction? | TextDirection | Text 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? | PdfFont | Font used to render text. | - | src/types.ts:1209 |
fontSize? | number | Font size in PDF points. | - | src/types.ts:1215 |
kerning? | boolean | Whether kerning should be applied where supported. | - | src/types.ts:1221 |
lineHeight? | number | Line height in PDF points. | - | src/types.ts:1219 |
margin? | FlowMarginShorthand | CSS-like margin shorthand in PDF points. | FlowBlockSpacingOptions.margin | src/types.ts:1137 |
marginBottom? | number | Bottom margin in PDF points. | FlowBlockSpacingOptions.marginBottom | src/types.ts:1143 |
marginLeft? | number | Left margin in PDF points. | FlowBlockSpacingOptions.marginLeft | src/types.ts:1145 |
marginRight? | number | Right margin in PDF points. | FlowBlockSpacingOptions.marginRight | src/types.ts:1141 |
marginTop? | number | Top margin in PDF points. | FlowBlockSpacingOptions.marginTop | src/types.ts:1139 |
structure? | PdfStructureOptions | Additional structure metadata for tagged PDF output. | UriLinkOptions.structure | src/types.ts:2210 |
tag? | "Link" | Structure tag used for tagged PDF output. | - | src/types.ts:1223 |