[jopendocument] In Table , to place value in cell as CENTRE alignment

2011-03-16 Thread Loïs
Hello I'm trying to place value in cell as centre alignment. I don't use template and i create my spreadsheet like : http://www.jopendocument.org/start_spreadsheet_1.html. I can change the color of the cell like : final MutableCellSpreadSheet cellule = feuille.getCellAt(col, i);

[jopendocument] In Table , to place value in cell as CENTRE alignment

2010-01-28 Thread jai
I want to place cell value as centre aligment with following code , is it posssible File templateFile = new File(TestCase + .odt); File outFile = new File(TestCaseOutput + .odt); final ODSingleXMLDocument single = new ODPackage (templateFile).toSingle(); Element elementTable =