On 10/2/06 01:29, "Bruno Lowagie (iText)" <[EMAIL PROTECTED]> wrote:
> What about an extra column without content/borders? > What about adding the PdfPTable with writeSelectedRows? > What about using ColumnText instead of document.add()? > There are probably more possibilities, but we would need > to know more about the context. I was/am using the extra column workaround but felt it was that; a workaround. Maybe the best way would be writeSelectedRows() but because of my overall unfamiliarity with how a document is written, I thought there must be a more direct approach (i.e. xxx.setLeftIndent()). > The most general solution to do this kind of layout operations, > is ColumnText. Have a look at the tutorial chapter about columns. Thanks, I did look over the ColumnText examples for completely different reasons and they helped me get started with CT. But tables have inherent features (differential row shading, borders, horizontal alignment) that are difficult or simply impossible to do with column text. Thanks, Steven ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions
