Legacy Documentation

Publicon® (2004)

This is documentation for an obsolete product.
Current products and services

Documentation  / Publicon  / Reference  / Preferences  / Formatting Options  / Table/Matrix/Palette Formatting  /

Line Drawing Options

RowLines

• RowLines is an option for cells that determines if lines are drawn between adjacent rows in a grid box and what their thicknesses should be.

• RowLines can be set to
True a line is drawn between all adjacent rows
False no lines are drawn between rows
n a line with thickness n times the default thickness is drawn between all adjacent rows
{, , ....} the first line has thickness , the second line has thickness and so on. If the number of
rows is greater than the number of elements in the list, the last element in the list
determines the thickness of all remaining lines.

ColumnLines

• ColumnLines is an option for cells that determines if lines should be drawn between adjacent columns in a grid box.

• ColumnLines can be set to
True a line is drawn between all adjacent columns
False no lines are drawn between columns
n a line with n times the default thickness is drawn between all adjacent columns
{, , ....} the first line has thickness , the second line has thickness and so on. If the number of
columns is greater than the number of elements in the list, the last element in the list
determines the thickness of all remaining lines.

GridFrame

• GridFrame is an option for cells that determines if lines should be drawn around a grid box.

• GridFrame can be set to
True a frame is drawn around all four sides of the grid box
False no frame is drawn around the grid box
n  a frame with n times the default thickness is drawn
{{l, r},{b, t}} l, r, b, and t specify the thickness of the lines drawn around the left, right, bottom, and
top sides of the box respectively.

GridFrameMargins

• GridFrameMargins is an option for cells that determines the spacing between text in a grid box and the frame surrounding it.

• GridFrameMargins Rule {{l, r}, {b, t}} determines the size of the left, right, bottom, and top margins respectively in em units. The default setting is GridFrameMargins Rule {{0.4, 0.4}, {0.5, 0.5}}.