Hi Alexandro!

Thanks for your answer. Do I understand you right that this feature isn't 
implemenet or doesn't work yet?

Regards
Nicole


-------- Original-Nachricht --------
> Datum: Tue, 15 Jul 2008 15:14:57 -0500
> Von: "Alexandro Colorado" <[EMAIL PROTECTED]>
> An: [email protected]
> Betreff: Re: [api-dev] Hyperlink within a shape

> 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]

-- 
Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! 
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer

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

Reply via email to