Re: Empty cells

2002-03-12 Thread Olivier Rossel
Ian Taylor wrote:
Hello,
Sorry for the basic question, I am creating PDF forms which are 
dynamically populated using Java and this works fine. However it is 
also required that these forms can be printed without the data from 
the Java. When I do this, if there are any rows with all blank cells, 
the whole row just collapses.

I have looked on the w3c site but could not find the answer. Altering 
the line-height does not do anything. I have used 'invisible' 
characters to prop the row open till now but this has become 
impractical. I'm sure there is a very simple solution to my problem.

Regards
use the attribute empty-cells=show when declaring your table.



Re: Empty cells

2002-03-12 Thread Ian Taylor
I was using fop-0.20.1 and got
[WARN]: property - empty-cells is not implemented yet.
So I upgraded to fop-0.20.3 and am still getting the same error.
At 02:31 PM 3/12/2002 +0100, you wrote:
Ian Taylor wrote:
Hello,
Sorry for the basic question, I am creating PDF forms which are 
dynamically populated using Java and this works fine. However it is also 
required that these forms can be printed without the data from the Java. 
When I do this, if there are any rows with all blank cells, the whole row 
just collapses.

I have looked on the w3c site but could not find the answer. Altering the 
line-height does not do anything. I have used 'invisible' characters to 
prop the row open till now but this has become impractical. I'm sure 
there is a very simple solution to my problem.

Regards
use the attribute empty-cells=show when declaring your table.



Re: Empty cells

2002-03-12 Thread Ian Taylor
Thanks for your suggestion Olivier, however empty-cells has not been 
implemented yet according to my version of FOP.

Is there another way, or am I still missing something?
At 02:31 PM 3/12/2002 +0100, you wrote:
Ian Taylor wrote:
Hello,
Sorry for the basic question, I am creating PDF forms which are 
dynamically populated using Java and this works fine. However it is also 
required that these forms can be printed without the data from the Java. 
When I do this, if there are any rows with all blank cells, the whole row 
just collapses.

I have looked on the w3c site but could not find the answer. Altering the 
line-height does not do anything. I have used 'invisible' characters to 
prop the row open till now but this has become impractical. I'm sure 
there is a very simple solution to my problem.

Regards
use the attribute empty-cells=show when declaring your table.



Re: Empty cells

2002-03-12 Thread Sebastien Foucault
Hello,

Try the following statement :
fo:table-row height=Xmm/ 
if you know the row height, it will probably help you...

Regards
--
Sébastien Foucault





Ian Taylor [EMAIL PROTECTED]
12/03/2002 17:46
Please respond to fop-user

 
To: [EMAIL PROTECTED]
cc: 
Subject:Re: Empty cells

 

Thanks for your suggestion Olivier, however empty-cells has not been 
implemented yet according to my version of FOP.

Is there another way, or am I still missing something?

At 02:31 PM 3/12/2002 +0100, you wrote:
Ian Taylor wrote:

Hello,

Sorry for the basic question, I am creating PDF forms which are 
dynamically populated using Java and this works fine. However it is also 

required that these forms can be printed without the data from the Java. 

When I do this, if there are any rows with all blank cells, the whole 
row 
just collapses.

I have looked on the w3c site but could not find the answer. Altering 
the 
line-height does not do anything. I have used 'invisible' characters to 
prop the row open till now but this has become impractical. I'm sure 
there is a very simple solution to my problem.

Regards
use the attribute empty-cells=show when declaring your table.