FlowRuleOptions
Overview
FlowRuleOptions is a interface in Aspose.PDF FOSS for TypeScript.
Options for {@link rule} / Flow.AddRule.
Properties: align, clear, color, spaceAfter, spaceBefore, thickness, and 1 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
thickness | : number | Read | Rule thickness. |
color | : [number, number, number] | Read | Rule colour (RGB 0..1). |
width | : number | Read | Rule width. |
align | : 'left' | 'center' | 'right' | Read | Horizontal placement of an explicit width within the region. |
spaceBefore | : number | Read | Points inserted above the rule (dropped at a column top). |
spaceAfter | : number | Read | Points inserted below the rule (dropped at a column top). |
clear | : FlowClear | Read | Drop the rule below the floats on the given side(s) before placing it. |