jdum / odfdo

python library for OpenDocument format (ODF)
Apache License 2.0
48 stars 11 forks source link

Document.insert_style to accept str argument #3

Closed jdum closed 3 years ago

jdum commented 6 years ago

Document.insert_style() should accept str argument, and convert the str with Element.from_tag(). The str argument beeing usually a valid XML description of an automatic style.

jdum commented 3 years ago

done