PrintingUtils Module
Provides printing utility functions used in RearEnd.
Functions and values
| Function or value |
Description
|
Full Usage:
flush ()
Parameters:
unit
|
Flushes the output buffer, ensuring that all pending output is written out.
|
Full Usage:
printDoubleHorizontalRule ()
Parameters:
unit
|
Prints a double horizontal rule.
|
Full Usage:
printSectionTitle title
Parameters:
string
|
Prints a section title.
|
Full Usage:
printSingleHorizontalRule ()
Parameters:
unit
|
Prints a single horizontal rule.
|
Full Usage:
printSubsectionTitle title
Parameters:
string
|
Prints a subsection title.
|
Full Usage:
printSubsubsectionTitle title
Parameters:
string
|
Prints a subsubsection title.
|
Full Usage:
resetToDefaultTwoColumnConfig ()
Parameters:
unit
|
Resets the table configuration to the default two-column format.
|
|
Sets the column formats of the table.
|
Full Usage:
setTableConfig indent gap cols
Parameters:
int
gap : int
cols : TableColumnFormat[]
Modifiers: inline |
Sets the table configuration according to the given configuration.
|
B2R2