Bases: lpod.element.odf_element
Bases: lpod.element.odf_element
Create an annotation element credited to the given creator with the given text, optionally dated (current date by default).
Arguments:
text – unicode or odf_element
creator – unicode
date – datetime
Return: odf_element
Create either a footnote or a endnote element with the given text, optionally referencing it using the given note_id.
Arguments:
note_class – ‘footnote’ or ‘endnote’
note_id – str
citation – unicode
body – unicode or odf_element
Return: odf_element