Since PdfPTable does not support RowSpan, I'm trying to figure out how the
following html table can be created into a PdfPTable using nested tables.
The examples in the book are very simple and don't address cells that span
overlapping rows.  Any help would be appreciated.

 

<table border="2">

    <tr>

        <td rowspan="2">1</td>

        <td>2</td>

        <td>3</td>

    </tr>

    <tr>

        <td rowspan="2">4</td>

        <td>5</td>

    </tr>

    <tr>

        <td>6</td>

        <td>7</td>

    </tr>

</table>

 

- Stew

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.1t3xt.com/docs/book.php

Reply via email to