ooodev.adapter.drawing.measure_shape_comp module

class ooodev.adapter.drawing.measure_shape_comp.MeasureShapeComp(component)[source]

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

Class for managing MeasureShape Component.

__init__(component)[source]

Constructor

Parameters:

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

Return type:

None