ooodev.adapter.sheet.named_ranges_comp module

class ooodev.adapter.sheet.named_ranges_comp.NamedRangesComp(component)[source]

Bases: _NamedRangesComp, IndexAccessPartial[NamedRangeComp], EnumerationAccessPartial[NamedRangeComp], NamedRangesPartial, ActionLockablePartial, CompDefaultsPartial

Class for managing TransientDocumentsContentProvider Component.

Note

This is a Dynamic class that is created at runtime. This means that the class is created at runtime and not defined in the source code. In addition, the class may be created with additional or different classes implemented.

The Type hints for this class at design time may not be accurate. To check if a class implements a specific interface, use the isinstance function or is_supported_interface() methods which is always available in this class.

Parameters:

component (XNamedRanges) –

__init__(component)[source]

Constructor

Parameters:

component (XNamedRanges) – UNO Component that supports com.sun.star.sheet.NamedRanges service.

Return type:

None

ooodev.adapter.sheet.named_ranges_comp.get_builder(component)[source]
Return type:

DefaultBuilder

Parameters:

component (Any) –