Hi everybody.

I use this code for insert image in a textCell:

//oWriter is my document...
//oBjGraph is my graphicObject
//oBookmark is my bookmark placed in a text cell

oBjGraph.setPropertyValue("GraphicURL",MYURLIMAGE)
oBookmark.Anchor.text.insertTextContent(oBookmark.Anchor,oBjGraph,True)

but my image is not scaled: my cell is small and my image is 1024 x
768. 
When I insert the image in the cell, the width of image is equal to
cell length (small), but the heigth is equal to original size of image.
It is possible to scaled image proportionally?

thanks in advance
  
            Giorgio

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

Reply via email to