FlowOptions
Overview
FlowOptions is a interface in Aspose.PDF FOSS for TypeScript.
Options for {@link Document.NewFlow}.
Properties: columnGap, columns, format, keepHeadingsWithNext, lang, marginBottom, and 5 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
format | : PageFormat | Read | Page size for every page the flow creates. |
columns | : number | Read | Number of columns. |
columnGap | : number | Read | Gutter between columns. |
marginLeft | : number | Read | Left page margin. |
marginRight | : number | Read | Right page margin. |
marginTop | : number | Read | Top page margin. |
marginBottom | : number | Read | Bottom page margin. |
paragraphSpacing | : number | Read | Vertical gap inserted between consecutive elements in a column. |
tagged | : boolean | Read | Emit logical structure (/H1../H6, /P) into the document structure tree on Render. |
lang | : string | Read | Natural language of this flow’s content, as a BCP 47 tag (e.g. |
keepHeadingsWithNext | : boolean | Read | Push a heading to the next column when the following element cannot place at least one line beneath it in the current column. |