ooodev.adapter.text.text_tables_comp module

class ooodev.adapter.text.text_tables_comp.TextTablesComp(component)[source]

Bases: IndexAccessComp[TextTable], NameAccessPartial[TextTable]

Class for managing Text Tables Component.

__init__(component)[source]

Constructor

Parameters:

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

Return type:

None

property component: com.sun.star.text.TextTables

TextTables Component

Return type:

TextTables