ooodev.adapter.drawing.line_properties_comp module

class ooodev.adapter.drawing.line_properties_comp.LinePropertiesComp(component)[source]

Bases: ComponentBase, LinePropertiesPartial

Class for managing table LineProperties Component.

Parameters:

component (LineProperties) –

__init__(component)[source]

Constructor

Parameters:

component (LineProperties) – UNO LineProperties Component.

Return type:

None

property component: com.sun.star.drawing.LineProperties

LineProperties Component

Return type:

LineProperties