Difference between revisions of "Writer/MSInteroperability/HyperLink"
From Apache OpenOffice Wiki
< Writer
Kangjane2012 (talk | contribs) |
Kangjane2012 (talk | contribs) ((checkpoint save)) |
||
Line 25: | Line 25: | ||
|} | |} | ||
− | ==Implementation | + | ==Implementation Details== |
===Property for get/set hyperlink data === | ===Property for get/set hyperlink data === | ||
{| class="wikitable" | {| class="wikitable" |
Revision as of 05:44, 9 October 2012
Hyperlink in Writer
It is a property of the Text,Frame,Graphic. It can be set by the property dialog or menu "Insert - Hyperlink".
Main Problem
Currently hyperlink importing/exporting work well in ODF. But for WORD 2003/2007 filter, only Text and Graphic with "As character" setting can support hyperlink importing/exporting. It is not supported by Frame and Graphic with other settings. For example, when you importing/exporting Frame with hyperlink document, the hyperlink property will be lost.
Degree of current supported:
Object | Import | Export |
---|---|---|
Text | Yes | Yes |
Graphic (To page, To paragraph, To character, As character, To frame) | Only support on "As character" setting | Only support on "As character" setting |
Frame (To page, To paragraph, To character, As character) | Not yet | Not yet |
Implementation Details
Property for get/set hyperlink data
Property Name | |
---|---|
Import | DDF_Prop_pihlShape, DDF_Prop_wzName |
Export | ESCHER_Prop_pihlShape, ESCHER_Prop_wzName |