Re: [iText-questions] Table Border Width

2008-04-15 Thread Bruno Lowagie
Mark Thomas wrote: > Hello > > Is there a way to set the table (PdfPTable) border to zero rather than having > to specify setBorderWidth on every cell (PdfPCell)? It depends. Maybe getDefaultCell().setBorderWidth(width) will help you (in case you are adding cells with for instance addCell(String

Re: [iText-questions] table border alignment

2005-09-13 Thread Paulo Soares
The answer is: use a PdfPTable. - Original Message - From: "Summers, Bert W." <[EMAIL PROTECTED]> To: Sent: Tuesday, September 13, 2005 7:01 PM Subject: [iText-questions] table border alignment > I posted a few days ago with a table alignment problem in 1.3 > It seems that the table bo

RE: [iText-questions] Table border

2005-02-14 Thread Paulo Soares
You must also disable the border of individual cells. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of James Cowan > Sent: Monday, February 14, 2005 4:29 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Table border >

Re: [iText-questions] Table Border

2003-02-24 Thread Bruno
Quoting isha afisha <[EMAIL PROTECTED]>: > Hi, > > How can I set different borderWidths in my Cell > > examples: In Right Border I want setBorderWidths(2) > and left Border I want setBorderWidths(1); This is not possible with Table and Cell. You have to think of Table and Cell as if it was sim

Re: [iText-questions] table border in case of grayfill or background color specified

2002-09-26 Thread Bruno
Quoting Gerald Fehringer <[EMAIL PROTECTED]>: > Hope this change can be added to CVS and next version. It's in the CVS along with Paulo's version 103. A new release will follow soon. Bruno --- This sf.net email is sponsored by:ThinkGeek Welc

Re: [iText-questions] table border in case of grayfill or background color specified

2002-09-25 Thread Gerald Fehringer
to CVS and next version. Thanks and kind regards, Gerald. - Original Message - From: "Bruno" <[EMAIL PROTECTED]> To: "Gerald Fehringer" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, September 25, 2002 1:46 PM Subject: Re: [iText-question

Re: [iText-questions] table border in case of grayfill or background color specified

2002-09-25 Thread Bruno
Quoting Gerald Fehringer <[EMAIL PROTECTED]>: > Hello Paulo! > > You are right, I'm using a normal Table. > Attached please find an example which shows what I mean. > I have specified a border of width 3 around the whole table. For cells > which > have a gray fill the table border is not shown,

RE: [iText-questions] table border in case of grayfill or background color specified

2002-09-25 Thread Paulo Soares
> To: Paulo Soares; [EMAIL PROTECTED] > Subject: Re: [iText-questions] table border in case of grayfill or > background color specified > > Hello Paulo! > > You are right, I'm using a normal Table. > Attached please find an example which shows what I mean. &g

Re: [iText-questions] table border in case of grayfill or background color specified

2002-09-25 Thread Gerald Fehringer
kind regards, Gerald. PS: Currently using iText 0.92 - Original Message - From: "Paulo Soares" <[EMAIL PROTECTED]> To: "'Gerald Fehringer'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, September 25, 2002 12:24 PM Subject: RE:

RE: [iText-questions] table border in case of grayfill or background color specified

2002-09-25 Thread Paulo Soares
PdfPTable doesn't have a table border as Table has (you're talking about a border that surrounds all the table, right?). Please post a complete, working example with your colors and borders and point exactly what should be there or not. Best Regards, Paulo Soares > -Original Message- > F