eea / odfpy

API for OpenDocument in Python
GNU General Public License v2.0
308 stars 63 forks source link

Adding Frame with a hyperlink #69

Open kelestian opened 6 years ago

kelestian commented 6 years ago

Hello, in LibreOffice we can simply add the frame to ODT Document via Insert->Frame, then add to this Frame hyperlink (in field "Content" of the Frame). Can i do the same using odfpy? (maybe, by draw.Frame, but i don't understand, how exactly)