John K. Watson writes:

> Hmm.  But shouldn't the following add a cell with border around it, whether
> or not the autoFill has been set? (it doesn't.) 
> 
> Cell emptyCell = new Cell(" ");
> emptyCell.setBorderWidth(1);
> emptyCell.setBorder(Cell.TOP | Cell.BOTTOM | Cell.LEFT | Cell.RIGHT);
> table.addCell(emptyCell);

Yes, I was wrong, you're right.
This is a side-effect I overlooked.
I will fix this tomorrow.
You'll need to patch classes Cell and Table. 

kind regards,
Bruno

_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to