thuliobuarque / java2word

Automatically exported from code.google.com/p/java2word
0 stars 0 forks source link

Table Cell that accepts IElements instead of just text #67

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Currently Table's addTableEle method accepts a list of Strings and within each 
table cell puts the string into an unformatted paragraph.  However, the xml 
formatting rules allow for a table cell to accept any element or list of 
elements that the body of a word document can accept.

It would allow much more flexibility if an additional addTableEle method were 
added that allowed the contents of each cell to be a list of IElements instead 
of text forced into a paragraph.  The new method could either accept a list of 
IElements for each table cell or enclose them within some wrapper object.

Original issue reported on code.google.com by msb5...@gmail.com on 11 Oct 2011 at 12:55

GoogleCodeExporter commented 8 years ago
I will have a look at this one later at home.

Original comment by leonardo...@gmail.com on 12 Oct 2011 at 12:31

GoogleCodeExporter commented 8 years ago
version 3.1 you can now add a Paragraph and apply style to it.
thanks for the suggestion!

cheers
Leonardo

Original comment by leonardo...@gmail.com on 2 Feb 2012 at 12:27