ooodev.adapter.awt.toolkit3_partial module

class ooodev.adapter.awt.toolkit3_partial.Toolkit3Partial(component, interface=com.sun.star.awt.XToolkit3)[source]

Bases: Toolkit2Partial, FontMappingUsePartial

Partial Class for XToolkit2.

Parameters:
  • component (XToolkit3) –

  • interface (UnoInterface | None) –

__init__(component, interface=com.sun.star.awt.XToolkit3)[source]

Constructor

Parameters:
  • component (XToolkit3) – UNO Component that implements com.sun.star.awt.XToolkit3 interface.

  • interface (UnoInterface, optional) – The interface to be validated. Defaults to XToolkit2.

Return type:

None