ooodev.adapter.drawing.open_bezier_shape_comp module

class ooodev.adapter.drawing.open_bezier_shape_comp.OpenBezierShapeComp(component)[source]

Bases: GenericShapeComp[Any], LinePropertiesPartial, ShadowPropertiesPartial, RotationDescriptorPropertiesPartial

Class for managing OpenBezierShape Component.

__init__(component)[source]

Constructor

Parameters:

component (Any) – UNO component that implements com.sun.star.drawing.OpenBezierShape service.

Return type:

None