ooodev.adapter.graphic.graphic_comp module

class ooodev.adapter.graphic.graphic_comp.GraphicComp(component)[source]

Bases: GraphicDescriptorComp, GraphicPartial

Class for managing Graphic Component.

Parameters:

component (Graphic) –

__init__(component)[source]

Constructor

Parameters:

component (Graphic) – UNO Component that implements com.sun.star.graphic.Graphic service.

Return type:

None

property component: com.sun.star.graphic.Graphic

Graphic Component

Return type:

Graphic