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
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'
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
--
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
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
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
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
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
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
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
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
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
> 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
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
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
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,
> 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
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:
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
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
20 matches
Mail list logo