ooodev.adapter.reflection.type_description_enumeration_partial module

class ooodev.adapter.reflection.type_description_enumeration_partial.TypeDescriptionEnumerationPartial(component, interface=com.sun.star.reflection.XTypeDescriptionEnumeration)[source]

Bases: EnumerationPartial[XTypeDescription]

Partial class for XTypeDescriptionEnumeration.

__init__(component, interface=com.sun.star.reflection.XTypeDescriptionEnumeration)[source]

Constructor

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

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

Return type:

None

next_type_description()[source]

Returns the next element of the enumeration.

Raises:

com.sun.star.container.NoSuchElementExceptionNoSuchElementException

Return type:

XTypeDescription