[jopendocument] Re: adding an image to a document / to a table

2009-05-28 Thread Sylvain Cuaz


Eric Duell a écrit :

Is it possible to add a image to a table cell?


At least I can answer one part my question, after I imported the
source code to my eclipse. Yet it is not able to add a image to a
table cell. According to MutableCell.java --> setValue () only allows
FLOAT and DATES. Of all other Objects is used the toString() as the
value.


	Indeed, but below these you'll find multiple setImage() methods. 
Although in keeping with our template approach an image must be anchored 
to that cell in OpenOffice (to specify how to layout the picture).


HTH,
Sylvain


[jopendocument] Re: adding an image to a document / to a table

2009-05-28 Thread Eric Duell

> Is it possible to add a image to a table cell?

At least I can answer one part my question, after I imported the
source code to my eclipse. Yet it is not able to add a image to a
table cell. According to MutableCell.java --> setValue () only allows
FLOAT and DATES. Of all other Objects is used the toString() as the
value.