ooodev.format.inner.direct.write.fill.area.fill_color module

Module for Fill Properties Fill Color.

New in version 0.9.0.

class ooodev.format.inner.direct.write.fill.area.fill_color.FillColor(color=-1)[source]

Bases: AbstractColor

Class for Fill Properties Fill Color.

New in version 0.9.0.

__init__(color=-1)[source]

Constructor

Parameters:

color (Color, optional) – FillColor Color.

Return type:

None

property empty: _TFillColor

Gets FillColor empty.

Return type:

TypeVar(_TFillColor, bound= FillColor)

property prop_format_kind: FormatKind

Gets the kind of style

Return type:

FormatKind