format

New in version 0.9.0.

Subpackages

Submodules

Module contents

class ooodev.format.Styler[source]

Bases: object

Style methods

New in version 0.9.0.

static apply(obj, *styles, **kwargs)[source]

Applies style to object

Parameters:
  • obj (Any) – UNO Object that styles are to be applied.

  • obj. (styles expandable list of styles object such as Font to apply to) –

  • kwargs (Any, optional) – Expandable list of key value pairs.

  • styles (StyleT) –

Return type:

None