TableCellBackgroundStyle¶
-
class rinoh.table.TableCellBackgroundStyle(base=
None
, **attributes)¶ Style class for
TableCellBackground
- fill_color¶
Color to fill the shape (inherited from
ShapeStyle
)Accepts
Color
: HEX string with optional alpha component (#RRGGBB
,#RRGGBBAA
,#RGB
or#RGBA
)Default:
none
(overridesShapeStyle
default)