ooodev.adapter.view.selection_supplier_comp module

class ooodev.adapter.view.selection_supplier_comp.SelectionSupplierComp(component)[source]

Bases: ComponentBase, SelectionSupplierPartial

Class for managing Window Component.

Parameters:

component (XSelectionSupplier) –

__init__(component)[source]

Constructor

Parameters:

component (Any) – UNO Component that supports com.sun.star.view.XSelectionSupplier` interface.

Return type:

None

property component: com.sun.star.view.XSelectionSupplier

XSelectionSupplier Component

Return type:

XSelectionSupplier