ooodev.adapter.table.cell_properties_comp module
- class ooodev.adapter.table.cell_properties_comp.CellPropertiesComp(component)[source]
Bases:
ComponentBase
,PropertyChangeImplement
,VetoableChangeImplement
Class for managing table CellProperties Component.
- Parameters:
component (CellProperties) –
- __init__(component)[source]
Constructor
- Parameters:
component (CellProperties) – UNO table CellProperties Component.
- Return type:
None
- property component: com.sun.star.table.CellProperties
CellProperties Component
- Return type:
CellProperties