ooodev.adapter.table.cell_comp module
- class ooodev.adapter.table.cell_comp.CellComp(component)[source]
Bases:
ComponentBase
,CellPartial
,PropertyChangeImplement
,VetoableChangeImplement
Class for managing table Cell Component.
- Parameters:
component (XCell) –
- __init__(component)[source]
Constructor
- Parameters:
component (XCell) – UNO Component that implements
com.sun.star.table.Cell
service.- Return type:
None
- property component: com.sun.star.table.Cell
Cell Component
- Return type:
Cell