ooodev.adapter.form.control.numeric_field_comp module

class ooodev.adapter.form.control.numeric_field_comp.NumericFieldComp(component)[source]

Bases: UnoControlNumericFieldComp, BoundControlPartial

Class for NumericField Control

Parameters:

component (NumericField) –

__init__(component)[source]

Constructor

Parameters:

component (Any) – Component that implements com.sun.star.form.control.NumericField service.

property component: com.sun.star.form.control.NumericField

NumericField Component

Return type:

NumericField