ooodev.adapter.drawing.text_properties_comp module

class ooodev.adapter.drawing.text_properties_comp.TextPropertiesComp(component)[source]

Bases: ComponentBase

Class for managing table TextProperties Component.

Parameters:

component (TextProperties) –

__init__(component)[source]

Constructor

Parameters:

component (TextProperties) – UNO TextProperties Component.

Return type:

None

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

TextProperties Component

Return type:

TextProperties