ooodev.adapter.drawing.rectangle_shape_comp module

class ooodev.adapter.drawing.rectangle_shape_comp.RectangleShapeComp(component)[source]

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

Class for managing RectangleShape Component.

__init__(component)[source]

Constructor

Parameters:

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

Return type:

None