Bug 57796

Summary: [PATCH] Support hyperlink extraction when rendering slides
Product: POI Reporter: Vittal Aithal <vittal.aithal>
Component: XSLFAssignee: POI Developers List <dev>
Status: RESOLVED FIXED    
Severity: normal Keywords: PatchAvailable
Priority: P2    
Version: 3.12-dev   
Target Milestone: ---   
Hardware: All   
OS: All   
Attachments: Adds a link attribute that can be attached to text fragments

Description Vittal Aithal 2015-04-07 10:38:55 UTC
Created attachment 32636 [details]
Adds a link attribute that can be attached to text fragments

I'm using Poi in conjunction with Batik to convert PPTX to SVG.

This all works fine for the graphics, but hyperlinks in slides are not available for batik to render.

I've used the attached patch to make hyperlinks on text fragments available as attributes which allow Batik to render the link.
Comment 1 Andreas Beeker 2016-01-13 00:50:48 UTC
Thank you for bringing the idea in.
Since Common SL, this also needs to be available in HSLF.
The hyperlink label is currently a tooltip in XSLF and an alternative form of 
the link in HSLF,
as the tooltip record is not yet supported there.

Applied via r1724338