Difference between revisions of "Writer/MSInteroperability/HyperLink"
From Apache OpenOffice Wiki
< Writer
Kangjane2012 (talk | contribs) |
Kangjane2012 (talk | contribs) |
||
Line 5: | Line 5: | ||
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. | 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. | ||
− | + | Current support degree: | |
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
Line 13: | Line 13: | ||
|- | |- | ||
| Text | | Text | ||
− | | | + | | Yes |
− | | | + | | Yes |
|- | |- | ||
− | | Graphic | + | | Graphic (To page, To paragraph, To character, As character, To frame) |
| row 2, cell 2 | | row 2, cell 2 | ||
| row 2, cell 3 | | row 2, cell 3 | ||
|- | |- | ||
− | | Frame | + | | Frame (To page, To paragraph, To character, As character, To frame) |
| row 3, cell 2 | | row 3, cell 2 | ||
| row 3, cell 3 | | row 3, cell 3 | ||
|} | |} |
Revision as of 08:28, 8 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.
Current support degree:
Object | Import | Export |
---|---|---|
Text | Yes | Yes |
Graphic (To page, To paragraph, To character, As character, To frame) | row 2, cell 2 | row 2, cell 3 |
Frame (To page, To paragraph, To character, As character, To frame) | row 3, cell 2 | row 3, cell 3 |