TableCellBorderStyle

class rinoh.table.TableCellBorderStyle(base=None, **attributes)

Style class for TableCellBorder

stroke

Width and color used to draw the line (inherited from LineStyle)

Accepts Stroke: the width (Dimension) and color (Color) of the stroke, separated by a comma (,)

Default: none (overrides LineStyle default)

hide

Suppress rendering this element (inherited from Style)

Accepts Bool: true or false

Default: false