FlowOptions
Overview
FlowOptions is a type in Aspose.PDF FOSS for Go.
FlowOptions configures a Flow.
Properties: ColumnGap, Columns, Format, MarginBottom, MarginLeft, MarginRight, and 3 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Format | PageFormat | Read/Write | Gets the format. |
MarginLeft | float64 | Read/Write | Gets the margin left. |
MarginRight | float64 | Read/Write | Gets the margin right. |
MarginTop | float64 | Read/Write | Gets the margin top. |
MarginBottom | float64 | Read/Write | Gets the margin bottom. |
ParagraphSpacing | float64 | Read/Write | Gets the paragraph spacing. |
Columns | int | Read/Write | Gets the columns. |
ColumnGap | float64 | Read/Write | Gets the column gap. |
Tagged | *TaggedContent | Read/Write | Gets the tagged. |