ooodev.format.inner.direct.write.fill.transparent.transparency module

Module for Fill Transparency.

New in version 0.9.0.

class ooodev.format.inner.direct.write.fill.transparent.transparency.Transparency(value=0)[source]

Bases: StyleBase

Fill Transparency

New in version 0.9.0.

__init__(value=0)[source]

Constructor

Parameters:

value (Intensity, int, optional) – Specifies the transparency value from 0 to 100.

Return type:

None

classmethod from_obj(obj)[source]
classmethod from_obj(obj, **kwargs)
classmethod from_obj(obj, **kwargs)

Gets instance from object

Parameters:

obj (object) – Object that implements com.sun.star.drawing.FillProperties service

Returns:

Instance that represents Gradient color.

Return type:

Gradient

property default: _TTransparency

Gets Transparency Default.

Return type:

TypeVar(_TTransparency, bound= Transparency)

property prop_format_kind: FormatKind

Gets the kind of style

Return type:

FormatKind

property prop_value: Intensity

Gets/Sets Transparency value

Return type:

Intensity