ooodev.adapter.drawing.homogen_matrix_line3_struct_comp module
- class ooodev.adapter.drawing.homogen_matrix_line3_struct_comp.HomogenMatrixLine3StructComp(component, prop_name, event_provider=None)[source]
Bases:
StructBase
[HomogenMatrixLine3
]HomogenMatrixLine3 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_HomogenMatrixLine3_changing
. The event raised after the property is changed is calledcom_sun_star_drawing_HomogenMatrixLine3_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=None)[source]
Constructor
- Parameters:
component (HomogenMatrixLine3) – Homogen Matrix Line 3.
prop_name (str) – Property Name. This value is assigned to the
prop_name
ofevent_data
.event_provider (EventsT, optional) – Event Provider.
- Return type:
None
- property column1: float
Gets/Sets the number of Column1 in this HomogenMatrixLine3.
- Return type:
float
- property column2: float
Gets/Sets the number of Column2 in this HomogenMatrixLine3.
- Return type:
float
- property column3: float
Gets/Sets the number of Column3 in this HomogenMatrixLine3.
- Return type:
float