ooodev.adapter.text.numbering_rules_comp module

class ooodev.adapter.text.numbering_rules_comp.NumberingRulesComp(component)[source]

Bases: ComponentBase, IndexReplacePartial[T], Generic[T]

Class for managing NumberingRules Component.

__init__(component)[source]

Constructor

Parameters:

component (XIndexReplace) – UNO Component that supports com.sun.star.text.NumberingRules service.

Return type:

None

property component: com.sun.star.text.NumberingRules

Sheet Cell Cursor Component

Return type:

NumberingRules

ooodev.adapter.text.numbering_rules_comp.T = TypeVar(T)

Type:    TypeVar

Invariant TypeVar.