hi everybody!

I have a problem: how can i insert an image in a bookmark into a
textCell?

I utilise the following code:
// oWriter is my document

objBook = oWriter.Bookmarks.getByName("MyBookmark")  //--> "MyBookmark"
is a bookmark into a textCell
objCurs=objBook.Anchor.Text.createTextCursorByRange(objBook.Anchor)
...
oWriter.text.insertTextContent(objCurs,objGraph,True)  //objGraph is my
graphic object

Now, if "MyBookmark" is placed in a text, i haven't  problems; 
however if "MyBookmark" is placed into a TextCell i have a program
error and my image is not placed in a table...

Is There anybody that can help me?

P.S.: Sorry for my English

Giorgio Montali

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

  • [api-dev] Insert Image ... Giorgio Montali

Reply via email to