For example, if the header is :
Jun 2011
I'd like it to show up as
Jun 2011
in the header column.
The header column code looks like this:
LabelHandle label = elementFactory.newLabel( (String)reportCols.get(i) ); label.setText(reportCol); label.setWidth(columnWidth); CellHandle cell = (CellHandle) tblHdrRow1.getCells().get(i); cell.getContent().add(label);
Thanks for your help in advance.






MultiQuote





