DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=41047>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=41047 ------- Additional Comments From [EMAIL PROTECTED] 2006-11-28 08:14 ------- I did some investigation into it. There are two places with link-related records. (a) Links are defined globally on the Document level. Document.ExObjList.ExHyperlink container holds the actual link properties - url, path to a file, internal link to a ppt slide, etc. Strings are stored in the CString container. (b) Inside a text run there can be EscherClientData.InteractiveInfo.InteractiveInfoAtom which describes general link properties (type, is it a link to OLE object or just a url?). Also InteractiveInfoAtom holds a reference to (a). I don't think we will support OLE, it's beyond POI. Plain links to slides, files and URL will be OK. Any objections? Yegor -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] Mailing List: http://jakarta.apache.org/site/mail2.html#poi The Apache Jakarta POI Project: http://jakarta.apache.org/poi/
