Documentation
Publicon
Reference
Preferences
Formatting Options
Table/Matrix/Palette Formatting
Row Options
RowAlignments
• RowAlignments is an option for cells that determines the vertical alignment of the rows in a grid box.
• With the default setting RowAlignments
Baseline, all elements in the same row are vertically positioned so that their baselines coincide.
• Other possible settings are Top, Bottom, Center, and Axis.
RowSpacings
• RowSpacings is an option for cells that determines the vertical spacing between successive rows of a grid box.
• The spacing is specified in units of x-heights. The default setting is RowSpacings
1. This means that the spacing between all rows is equal to the height of a single x character.
• You can also assign a different spacing for each row. RowSpacings
{n1, n2, n3......} means that the spacing after the first row is n1, after the second row n2, and so forth. If the number of rows is greater than the number of elements in the list, the last element determines the spacing for all remaining rows.
RowsEqual
• RowsEqual is an option for cells that determines if all rows in a grid box have the same height.
• With the default setting RowsEqual
False, each row can have a different height depending on its contents.
• With the setting RowsEqual
True, all rows are adjusted to have the same height as the row with the maximum height.
RowsMinHeight
• RowsMinHeight is an option for cells that determines the minimum height of a row in a grid box.
• RowsMinHeight is specified in units of x-heights. The default setting is RowsMinHeight
1.