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

[iText-questions] Table Border Width

2008-04-15 Thread Mark Thomas
Hello Is there a way to set the table (PdfPTable) border to zero rather than having to specify setBorderWidth on every cell (PdfPCell)? Thanks Mark - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don'

[iText-questions] Table border

2005-10-10 Thread Daniel Łaś
Hi What is smallest possible PdfPCell border width? It seems, that there is no difference between 0.5 and 0.1. How can make table border smaller than this? Regards -- Daniel Łaś <[EMAIL PROTECTED]> e-direct Polska sp. z o.o. ul. 1-go Maja 9 45-068 Opole tel. +48 77 44 17 868 --

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 > I

[iText-questions] table border alignment

2005-09-13 Thread Summers, Bert W.
Title: Message I posted a few days ago with a table alignment problem in 1.3 It seems that the table border and table contents are getting confused about their position when the table is moved to a new page.   The file gets messed up on page three. Am I doing anything wrong?   Here is a te

[iText-questions] table border alignment with text

2005-09-09 Thread Summers, Bert W.
Title: Message I have been using version 1.02 with no problems.  I just tried 1.3 and have the following problem.   A add several tables to a PDF document in a row.  When a table gets split over two pages the alignment for the rest of the page is off.  Each new table has the text outside of

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: [email protected] > Subject: [iText-qu

[iText-questions] Table border

2005-02-14 Thread James Cowan
Hi How do I disable the border in the Table type. I have tried table.disableBorderSide(Rectangle.RIGHT);... and table.setBorderWidth(0); but it still seems to render a border. James --- SF email is sponsored by - The IT Product Guide Read h

[iText-questions] Table border missing

2004-07-29 Thread Joseph Chakkungal
Hi, I have a table with two columns. The first column has a title and the second has some description. The problem is, the title is just few words while the description could be long and when the table extends to a new page, the border for the first column is missing while the border is present for

[iText-questions] Table border missing

2004-07-28 Thread Joseph Chakkungal
Hi, I have a table with two columns. The first column has a title and the second has some description. The problem is, the title is just few words while the description could be long and when the table extends to a new page, the border for the first column is missing while the border is present

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

[iText-questions] Table Border

2003-02-24 Thread isha afisha
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); Please help me! I'm just using Cell cell1 = new Cell( ); __ FREE! Get your Private Photo Gallery on

[iText-questions] Table border doesnt show up

2002-12-18 Thread Monojit
> Hi > I am facing this vague problem. > The table border is not visible in some parts of the table in the pdf > document. > I am attaching the piece of code which is generating the table, along with > the image of the table. Regards Monojit > > > private Table generateCategoryAnalysisTable(bo

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
ginal Message- > From: Gerald Fehringer [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, September 25, 2002 11:05 > To: [EMAIL PROTECTED] > Subject: [iText-questions] table border in case of grayfill or > background color specified > > Hello! > > I'm creating

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

2002-09-25 Thread Gerald Fehringer
Hello!   I'm creating a PdfPTable with some rows and want to apply alternate coloring to the rows (i.e. 1st row light gray, 2nd row dark gray, 3rd row light gray, ..). The problem is that when I use gray fills or background colors then the border specified for the table is gone. It seems like