On Tue, 15 Jul 2008 14:16:41 -0500, Nicole Scholz <[EMAIL PROTECTED]> wrote:

Hi!

I tried to add a hyperlink to a text within a rectangle. Usually a hyperlink is set on the textproperties with setpropertyvalue and then the hyperlink for example:
xTextProps~setPropertyValue("HyperLinkURL", “www.google.at”)

Now I would like to add the hyperlink to a shape. I tried it the same way with the xText within the shape.

i would really like this feature being implemented since this could be a great mindmapping feature to generate child documents of a master.


xShapeText = Shape~xText
xShapeTextCursor = xShapeText~createTextCursor
props = xShapeTextCursor~xPropertySet
props~setPropertyValue("HyperLinkURL", “www.google.at”)

But this does not work. I get the exception that the method is not found. Can someone give me a hint why I get this error and how I can get the hyperlink into the shape?

Thanks
Nicole



--
Alexandro Colorado
CoLeader of OpenOffice.org ES
http://es.openoffice.org

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to