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