Bases: lpod.element.odf_element
Create a ellipse shape.
Arguments:
style – unicode
text_style – unicode
shape_id – unicode
layer – str
connected_shapes – (shape, shape)
glue_points – (point, point)
p1 – (str, str)
p2 – (str, str)
Return: odf_element
Create a ellipse shape.
Arguments:
style – unicode
text_style – unicode
shape_id – unicode
layer – str
size – (str, str)
position – (str, str)
Return: odf_element
Create a line shape.
Arguments:
style – unicode
text_style – unicode
shape_id – unicode
layer – str
p1 – (str, str)
p2 – (str, str)
Return: odf_element
Create a rectangle shape.
Arguments:
style – unicode
text_style – unicode
shape_id – unicode
layer – str
size – (str, str)
position – (str, str)
Return: odf_element