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

--- Comment #5 from [email protected] ---
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.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to