ooodev.adapter.drawing.poly_polygon_shape_comp module

class ooodev.adapter.drawing.poly_polygon_shape_comp.PolyPolygonShapeComp(component)[source]

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

Class for managing PolyPolygonShape Component.

__init__(component)[source]

Constructor

Parameters:

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

Return type:

None