ooodev.adapter.form.form_components_comp module

class ooodev.adapter.form.form_components_comp.FormComponentsComp(component)[source]

Bases: ComponentBase, ContainerPartial, NameContainerPartial, IndexContainerPartial, EnumerationAccessPartial, EventAttacherManagerPartial

Class for managing FormComponents Service.

__init__(component)[source]

Constructor

Parameters:

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

Return type:

None

property component: com.sun.star.form.FormComponents

FormComponents Component

Return type:

FormComponents