ooodev.adapter.drawing.closed_bezier_shape_comp module

class ooodev.adapter.drawing.closed_bezier_shape_comp.ClosedBezierShapeComp(component)[source]

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

Class for managing ClosedBezierShape Component.

__init__(component)[source]

Constructor

Parameters:

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

Return type:

None