ooodev.format.inner.direct.write.para.area.color module

Module for Paragraph Fill Color.

New in version 0.9.0.

class ooodev.format.inner.direct.write.para.area.color.Color(color=-1)[source]

Bases: AbstractColor

Paragraph Fill Coloring

New in version 0.9.0.

__init__(color=-1)[source]

Constructor

Parameters:

color (Color, optional) – FillColor Color.

Return type:

None

dispatch_reset()[source]

Resets the cursor at is current position/selection to remove any Fill Color Formatting.

Return type:

None

property prop_format_kind: FormatKind

Gets the kind of style

Return type:

FormatKind