HR, Vertical Align Constants
Horizontal Rule
- monotable.table.HR
Placed in column 0 of a row in a cellgrid to insert a horizontal rule.
Since v2.1.0 monotable.HR_ROW can be used instead. A row that starts with a HR is omitted from the table and a heading guideline is inserted in its place.
Vertical Alignment Constants
Use these to specify a value for MonoTable class variable
heading_valign or
cell_valign
- monotable.alignment.TOP = 10
Shift the text lines towards the top, add blank lines at the bottom.
- monotable.alignment.CENTER_TOP = 11
Shift the text lines towards the top when odd number extra blank lines.
- monotable.alignment.CENTER_BOTTOM = 12
Shift the text lines towards bottom when odd number extra blank lines.
- monotable.alignment.BOTTOM = 13
Shift the text lines towards the bottom, add blank lines at the top.