TableCellBackgroundStyle

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

Style class for TableCellBackground

fill_color

Overrides the default set in ShapeStyle

Accepts Color: HEX string with optional alpha component (#RRGGBB, #RRGGBBAA, #RGB or #RGBA)

Default: none

stroke

Overrides the default set in LineStyle

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

Default: none

hide

Suppress rendering this element (inherited from Style)

Accepts Bool: true or false

Default: false