FlowParagraphOptions
Overview
FlowParagraphOptions is a interface in Aspose.PDF FOSS for TypeScript.
Typographic options for {@link Flow.AddParagraph} (a subset of the text-block options; flow content is always laid top-down, so valign is not offered).
Properties: align, background, clear, color, font, fontSize, and 5 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
font | : AuthoringFont | Read | Gets the font. |
fontSize | : number | Read | Gets the font size. |
color | : [number, number, number] | Read | Gets the color. |
align | : 'left' | 'center' | 'right' | 'justify' | Read | Gets the align. |
leading | : number | Read | Gets the leading. |
underline | : Decoration | Read | Rule below the baseline of every line. |
strikethrough | : Decoration | Read | Rule through the glyphs of every line. |
background | : Background | Read | Fill painted behind each line’s text. |
spaceBefore | : number | Read | Points inserted above this element (dropped at a column top). |
spaceAfter | : number | Read | Points inserted below this element (dropped at a column top). |
clear | : FlowClear | Read | Drop this element below the floats on the given side(s) before placing it. |