Bug 60277 - getHyperlinks() method doesn't work for some kind of Hyperlink
Summary: getHyperlinks() method doesn't work for some kind of Hyperlink
Status: NEW
Alias: None
Product: POI
Classification: Unclassified
Component: XWPF (show other bugs)
Version: 3.15-FINAL
Hardware: PC All
: P2 normal with 4 votes (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on: 55904
Blocks:
  Show dependency tree
 
Reported: 2016-10-19 10:20 UTC by ngiacom
Modified: 2017-11-11 09:05 UTC (History)
0 users



Attachments
Example (33.73 KB, application/vnd.openxmlformats-officedocument.wordprocessingml.document)
2016-10-19 10:20 UTC, ngiacom
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ngiacom 2016-10-19 10:20:56 UTC
Created attachment 34390 [details]
Example

In attachment an example.
getHyperlinks() returns an empty array.
Comment 1 Dominik Stadler 2016-10-20 20:40:28 UTC
This may be related to Bug 55904
Comment 2 ngiacom 2016-10-21 06:41:59 UTC
Hello,  is possible that 2 bugs are related.
In my case the hyperlink is on 2 rows of the word document.
But the excel bug has a patch available. In my case I don't have a workaround yet.
Comment 3 ngiacom 2016-10-21 06:42:42 UTC
Hello,  is possible that 2 bugs are related.
In my case the hyperlink is on 2 rows of the word document.
But the excel bug has a patch available. In my case I don't have a workaround yet.
Comment 4 Dominik Stadler 2017-11-11 09:05:04 UTC
We currently support links as described here: http://officeopenxml.com/WPhyperlink.php, however there seems to be another type of link via Fields, see http://officeopenxml.com/WPfieldInstructions.php, which is used here. 

However I could not find more detailed description of these type of links in a quick search through the spec.