Bruno, Thanks again. I could not figure out a way to specify rowspan parameter or number of rows for PdfPTable. I found there is a method to specify colspan (setColspan(int)), but not rows. Could you please let me know how to specify number of rows in a column.
Thanks, -Raja --- Bruno Lowagie <[EMAIL PROTECTED]> wrote: > Raja Kantamneni wrote: > > >Bruno, > >Thank you very much for your quick response. > > > Sorry, I missunderstood the question. > I thought you wanted to move the textual code > above the barcode. > > > The issue > >I have is, I want to add barcode at the bottom of > the > >barcode label and I have done it successfully. > > > OK. > > > In > >addition to that code at the bottom I have to add > >barcode label description on the top of the barcode > >label. > > > > > >If I want to add "this is barcode 1" string on the > top > >of the barcode label, how can I do it? > > > The first thing that comes to mind, is that you > should make > a PdfPTable with 1 column, two rows and no border. > In the first row you add your label, in the second > row > the image of your barcode. > br, > Bruno > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions
