ooodev.adapter.form.control.formatted_field_comp module

class ooodev.adapter.form.control.formatted_field_comp.FormattedFieldComp(component)[source]

Bases: UnoControlFormattedFieldComp, BoundControlPartial

Class for Formatted Field Control

Parameters:

component (FormattedField) –

__init__(component)[source]

Constructor

Parameters:

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

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

FormattedField Component

Return type:

FormattedField