I have a table where the first cell should be left justified (horizontally) and the 2nd cell should be CENTER aligned. I can't get it to work. I have tried the following line:
builder.getParagraphFormat().setAlignment(ParagraphAlignment.LEFT); for the first cell insert and changed it to CENTER for the 2nd cell insert. Both cells end up as CENTER aligned.
Can anyone help me with this problem. As far as I can see from the API help file there is no horizontal alignment property for a cell.
Thanks Richard