ooodev.adapter.awt.uno_control_dialog_element_partial module

class ooodev.adapter.awt.uno_control_dialog_element_partial.UnoControlDialogElementPartial(component)[source]

Bases: object

Partial class for UnoControlDialogElement. Must be used as a mixin that provides the ModelPropPartial.

Parameters:

component (UnoControlDialogElement) –

__init__(component)[source]

Constructor

Parameters:

component (com.sun.star.awt.UnoControlDialogElement) –

property height: UnitAppFontHeight

Gets/Sets the height of the control.

When setting can be an integer in AppFont Units or a UnitT.

Returns:

Height of the control.

Return type:

UnitAppFontHeight

property name: str

Gets/Sets the name of the control.

Return type:

str

property step: int

Gets/Sets the step of the control.

Return type:

int

property tab_index: int

Gets/Sets the tab index of the control.

Return type:

int

property tag: str

Gets/Sets the tag of the control.

Return type:

str

property width: UnitAppFontWidth

Gets/Sets the width of the control.

When setting can be an integer in AppFont Units or a UnitT.

Returns:

Width of the control.

Return type:

UnitAppFontWidth

property x: UnitAppFontX

Gets/Sets the horizontal position of the control.

When setting can be an integer in AppFont Units or a UnitT.

Returns:

Horizontal position of the control.

Return type:

UnitAppFontX

property y: UnitAppFontY

Gets/Sets the vertical position of the control.

When setting can be an integer in AppFont Units or a UnitT.

Returns:

Vertical position of the control.

Return type:

UnitAppFontY