User`s guide

12 Classes – Alphabetical List
12-120
mlreportgen.dom.FlowDirection class
Package: mlreportgen.dom
Direction of text or table column flow
Description
Specifies the direction for text to flow across a page or the order of columns.
Construction
flowDirectionObj = FlowDirection() causes text to flow from left to right and for
the first column to be on the left side of a table.
flowDirectionObj = FlowDirection(flow) causes text to flow or column to appear
in the specified direction (left-to-right or right-to-left).
Input Arguments
flow — Control text flow or table column ordering
string
String specifying the direction for text to flow or for table columns to appear.
'ltr' — text flow or table column order is from left to right
'rtl' — text flow or table column order is from right to left
Output Arguments
flowDirectionObj — Text flow direction or column order
mlreportgen.dom.FlowDirection object
Text flow or table column order, represented by an mlreportgen.dom.FlowDirection
object.