ooodev.adapter.form.forms_partial module

class ooodev.adapter.form.forms_partial.FormsPartial(component, interface=com.sun.star.form.XForms)[source]

Bases: ContainerPartial, NameContainerPartial[XForm], IndexContainerPartial[XForm], EnumerationAccessPartial, ChildPartial, CloneablePartial, ComponentPartial

__init__(component, interface=com.sun.star.form.XForms)[source]

Constructor

Parameters:
  • component (XForms) – UNO Component that implements com.sun.star.form.XForms interface.

  • interface (UnoInterface, optional) – The interface to be validated. Defaults to XForms.

Return type:

None