|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
RV: Embedded ImageHello!!
I have not received a response on this issue. Do you know if you can help me with aything? -----Mensaje original----- De: Emilio Cano - Tecnotur 3000 [mailto:e.cano@...] Enviado el: martes, 16 de junio de 2009 13:24 Para: 'dev@...' Asunto: Embedded Image Hello! I am a spanish programmer and I have a problem. I am doing an export to openoffice and try to insert a picture just makes me so linked, and need to be embedded, how can I do that? Using Delphi 7.0 The code I use for this is: Imagen := Document.createInstance('com.sun.star.text.GraphicObject'); Imagen.GraphicURL := ConvertirAURL(archivo); Imagen.Width := 3000; Imagen.Height := 3000; Imagen.setPropertyValue('GraphicURL',ConvertirAURL(archivo)); oText.InsertTextContent( oCursor, Imagen, false); Thanks and best regards! |
|
|
Re: RV: Embedded ImageHello Emilio,
On Tuesday 23 June 2009, 11:09, Emilio Cano - Tecnotur 3000 wrote: > Hello!! > > I have not received a response on this issue. you got answered the very same day http://api.openoffice.org/servlets/BrowseList?list=dev&by=thread&from=2243227 Regards -- Ariel Constenla-Haile La Plata, Argentina --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
Re: RV: Embedded ImageEmilio ,
at least I replyed to it, maybe you have no subscrition to this list: go to the OO-projectpages-mailing list or go to http://www.nabble.com/Embedded-Image-td24052553.html greetz Fernand > Hello!! > > I have not received a response on this issue. > Do you know if you can help me with aything? > > > > -----Mensaje original----- > De: Emilio Cano - Tecnotur 3000 [mailto:e.cano@...] > Enviado el: martes, 16 de junio de 2009 13:24 > Para: 'dev@...' > Asunto: Embedded Image > > > > Hello! > I am a spanish programmer and I have a problem. > I am doing an export to openoffice and try to insert a picture just makes me > so linked, and need to be embedded, how can I do that? > Using Delphi 7.0 > > The code I use for this is: > > > > Imagen := Document.createInstance('com.sun.star.text.GraphicObject'); > > > > Imagen.GraphicURL := ConvertirAURL(archivo); > > Imagen.Width := 3000; > > Imagen.Height := 3000; > > > > Imagen.setPropertyValue('GraphicURL',ConvertirAURL(archivo)); > > > > oText.InsertTextContent( oCursor, Imagen, false); > > > > Thanks and best regards! > > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
| Free embeddable forum powered by Nabble | Forum Help |