ooodev.adapter.form.runtime.form_controller_comp module

class ooodev.adapter.form.runtime.form_controller_comp.FormControllerComp(component)[source]

Bases: ComponentBase, FormControllerPartial

Class for managing FormController.

__init__(component)[source]

Constructor

Parameters:

component (FormController) – UNO Component that implements com.sun.star.form.FormController service.

Return type:

None

property component: com.sun.star.form.runtime.FormController

FormController Component

Return type:

FormController