ooodev.adapter.drawing.poly_line_shape_comp module

class ooodev.adapter.drawing.poly_line_shape_comp.PolyLineShapeComp(component)[source]

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

Class for managing PolyLineShape Component.

__init__(component)[source]

Constructor

Parameters:

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

Return type:

None