Hi,
I can insert an image into a doc at a given bookmart. That's fine.
But when I try to insert an image at a given bookmart that is inside a
table cell I got an excepcion. Reading the OO doc I understand that it's
not possible.
I appreciate any help or idea regarding how to insert an image into a table
cell.
The problem is the way you gain your XText ... something like
xText = bookmark.getAnchor().getText();
xTextCursor = xText.createTextCursor();
xText.insertTextContent(xTextCursor,picture, false);
should do the trick.
Hope that helps
Regards
Stephan
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]