ooodev.adapter.drawing.caption_shape_comp module

class ooodev.adapter.drawing.caption_shape_comp.CaptionShapeComp(component)[source]

Bases: GenericShapeComp[Any]

Class for managing CaptionShape Component.

__init__(component)[source]

Constructor

Parameters:

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

Return type:

None