ooodev.adapter.container.index_container_comp module
- class ooodev.adapter.container.index_container_comp.IndexContainerComp(component)[source]
Bases:
ComponentProp
,IndexContainerPartial
[T
],Generic
[T
]Class for managing XIndexContainer Component.
- __init__(component)[source]
Constructor
- Parameters:
component (XIndexContainer) – UNO Component that implements
com.sun.star.container.XIndexContainer
.- Return type:
None
- property component: com.sun.star.container.XIndexContainer
XIndexContainer Component
- Return type:
XIndexContainer
- ooodev.adapter.container.index_container_comp.T = TypeVar(T)
Type:
TypeVar
Invariant
TypeVar
.