Hello,
You may try the following, this will put the text in 2 diffrent font sizes
in a cell, I am not sure of positioning in a cell.
regards,
Manu.
Cell cell = new Cell(new Phrase("text",getFontAttribute()));
cell.add(new Phrase("text2",getFontAttribute()));
table.add(cell);
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions
