ooodev.adapter.drawing.homogen_matrix3_struct_comp module
- class ooodev.adapter.drawing.homogen_matrix3_struct_comp.HomogenMatrix3StructComp(component, prop_name, event_provider)[source]
Bases:
StructBase[HomogenMatrix3]HomogenMatrix3 Struct
This class raises an event before and after a property is changed if it has been passed an event provider.
The event raised before the property is changed is called
com_sun_star_drawing_HomogenMatrix3_changing. The event raised after the property is changed is calledcom_sun_star_drawing_HomogenMatrix3_changed.The event args for before the property is changed is of type
KeyValCancelArgs. The event args for after the property is changed is of typeKeyValArgs.- __init__(component, prop_name, event_provider)[source]
Constructor
- Parameters:
component (HomogenMatrix3) – Homogen Matrix 3
prop_name (str) – Property Name. This value is assigned to the
prop_nameofevent_data.event_provider (EventsT | None) – Event Provider.
- Return type:
None
- property line1: HomogenMatrixLine3StructComp
Gets/Sets Line 1.
Setting value can be done with a
HomogenMatrixLine3orHomogenMatrixLine3StructCompobject.- Returns:
Returns Homogen Matrix Line
- Return type:
Hint
HomogenMatrixLine3can be imported from `` ooo.dyn.drawing.homogen_matrix_line3``
- property line2: HomogenMatrixLine3StructComp
Gets/Sets Line 2.
Setting value can be done with a
HomogenMatrixLine3orHomogenMatrixLine3StructCompobject.- Returns:
Returns Homogen Matrix Line
- Return type:
Hint
HomogenMatrixLine3can be imported from `` ooo.dyn.drawing.homogen_matrix_line3``
- property line3: HomogenMatrixLine3StructComp
Gets/Sets Line 3.
Setting value can be done with a
HomogenMatrixLine3orHomogenMatrixLine3StructCompobject.- Returns:
Returns Homogen Matrix Line
- Return type:
Hint
HomogenMatrixLine3can be imported from `` ooo.dyn.drawing.homogen_matrix_line3``