On 6/30/06, bruno <bruno (at) lowagie.com> wrote:
yosa kresnandya wrote:
> hi, i have a few question about iText
>
> - how to set cell height if i use Table() not PdfPTable or PdfTable ?
You don't. Switch to PdfPTable.
> - how to insert a nested table (table inside table) for PdfPTable ?
You can't mix Table and PdfPTable.
Read the tutorial to learn about nested tables.
br,
Bruno
ow, i see so i cannot set cell height for Table(), okay i will switch
to PdfPTable, but how to make a nested PdfPTable ? (PdfPTable inside
PdfPTable)