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.
- 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 aUnitT
.- Returns:
Height of the control.
- Return type:
- 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 aUnitT
.- Returns:
Width of the control.
- Return type:
- property x: UnitAppFontX
Gets/Sets the horizontal position of the control.
When setting can be an integer in
AppFont
Units or aUnitT
.- Returns:
Horizontal position of the control.
- Return type:
- property y: UnitAppFontY
Gets/Sets the vertical position of the control.
When setting can be an integer in
AppFont
Units or aUnitT
.- Returns:
Vertical position of the control.
- Return type: