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.
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
--
Psssst! Schon das coole Video vom GMX MultiMessenger gesehen?
Der Eine für Alle: http://www.gmx.net/de/go/messenger03
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]