[Libreoffice-bugs] [Bug 125485] inserting ne TextField.URL failed with expection __main__.IllegalArgumentException

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Tue Mar 3 08:01:26 UTC 2020


https://bugs.documentfoundation.org/show_bug.cgi?id=125485

--- Comment #5 from mt1-wiesent at web.de ---
I also tried to do it the other way arround.
Generated a odt file with some text hyperlinks, datetime and normal text
inside. Then I tried to read all text fields of the document. But only the
datetime text fields where shown. The text hyperlinks where not shown.

Please see python sample code.

tf = model.TextFields
tfenum = model.TextFields.createEnumeration()
while tfenum.hasMoreElements():
    tf = tfenum.nextElement()
    print(tf)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200303/2523769a/attachment-0001.htm>


More information about the Libreoffice-bugs mailing list