lpod.image

class lpod.image.odf_image(native_element, cache=None)

Bases: lpod.element.odf_element

get_actuate()
get_show()
get_type()
get_url()
set_actuate(actuate)
set_show(show)
set_type(type)
set_url(url)
lpod.image.odf_create_image(url, type='simple', show='embed', actuate='onLoad')

Create an image element showing the image at the given URL.

Warning: image elements must be stored in a frame.

Arguments:

url – str

Return: odf_element

Previous topic

lpod.heading

Next topic

lpod.legacy

This Page