ooodev.format.writer.direct.para.transparency package
Module contents
- class ooodev.format.writer.direct.para.transparency.Transparency(value=0)[source]
Bases:
StyleBase
Fill Transparency
See also
New in version 0.9.0.
- __init__(value=0)[source]
Constructor
- Parameters:
value (Intensity, int, optional) – Specifies the transparency value from
0
to100
.- Return type:
None
See also
- 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:
- property default: _TTransparency
Gets Transparency Default.
- Return type:
TypeVar
(_TTransparency
, bound= Transparency)
- property prop_format_kind: FormatKind
Gets the kind of style
- Return type: