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

NameTypeAccessDescription
format: PageFormatReadPage size for every page the flow creates.
columns: numberReadNumber of columns.
columnGap: numberReadGutter between columns.
marginLeft: numberReadLeft page margin.
marginRight: numberReadRight page margin.
marginTop: numberReadTop page margin.
marginBottom: numberReadBottom page margin.
paragraphSpacing: numberReadVertical gap inserted between consecutive elements in a column.
tagged: booleanReadEmit logical structure (/H1../H6, /P) into the document structure tree on Render.
lang: stringReadNatural language of this flow’s content, as a BCP 47 tag (e.g.
keepHeadingsWithNext: booleanReadPush a heading to the next column when the following element cannot place at least one line beneath it in the current column.