ooodev.adapter.drawing.text_comp module

class ooodev.adapter.drawing.text_comp.TextComp(component)[source]

Bases: ComponentBase, TextPartial

Class for managing table Text Component.

Parameters:

component (Any) –

__init__(component)[source]

Constructor

Parameters:

component (Any) – UNO component that supports com.sun.star.drawing.Text service.

Return type:

None

property component: com.sun.star.drawing.Text

Text Component

Return type:

Text