Difference between revisions of "Writer/MSInteroperability/HyperLink"

From Apache OpenOffice Wiki
Jump to: navigation, search
Line 1: Line 1:
=Hyperlink in Writer=
+
==Hyperlink in Writer==
 
It is a property of the Text,Frame,Graphic. It can be set by the property dialog or menu "Insert - Hyperlink".
 
It is a property of the Text,Frame,Graphic. It can be set by the property dialog or menu "Insert - Hyperlink".
  
=Main Problem=
+
==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.
 
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.
  
Line 25: Line 25:
 
|}
 
|}
  
=Implementation Structure=
+
==Implementation Structure==
==Property for get/set hyperlink data ==
+
===Property for get/set hyperlink data ===
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-

Revision as of 01:42, 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 Structure

Property for get/set hyperlink data

Property Name
Import DDF_Prop_pihlShape, DDF_Prop_wzName
Export ESCHER_Prop_pihlShape, ESCHER_Prop_wzName
Personal tools