ooodev.adapter.text.table_rows_comp module
- class ooodev.adapter.text.table_rows_comp.TableRowsComp(component)[source]
Bases:
TableRowsPartial
[T
],IndexAccessComp
[T
],Generic
[T
]Class for managing TableRows Component.
Provides methods to access rows via index and to insert and remove rows.
- __init__(component)[source]
Constructor
- Parameters:
component (XCell) – UNO Component that implements
com.sun.star.text.TableRows
service.- Return type:
None
- property component: com.sun.star.text.TableRows
TableRows Component
- Return type:
TableRows
- ooodev.adapter.text.table_rows_comp.T = TypeVar(T)
Type:
TypeVar
Invariant
TypeVar
.