ooodev.adapter.reflection.type_description_enumeration_comp module

class ooodev.adapter.reflection.type_description_enumeration_comp.TypeDescriptionEnumerationComp(component)[source]

Bases: ComponentBase, TypeDescriptionEnumerationPartial

Class for managing Components.

__init__(component)[source]

Constructor

Parameters:

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

Return type:

None

property component: com.sun.star.reflection.XTypeDescriptionEnumeration

XTypeDescriptionEnumeration Component

Return type:

XTypeDescriptionEnumeration