Re: Borders and Padding in TableRows

2013-05-17 Thread Pascal Sancho
Hi,

Yes, FOP current supports border-collapse (separate|collapse values only,
see [1]),
while FOP v0.20.5 did not. The design of this old version was quite
different from the current one, regarding border painting.

The thread you cited is about the current (new) design, so it cannot apply
to FOP 0.20.5.
FOP v0.20.x development stopped on 2003 while the thread rose on 2008.

[1] http://xmlgraphics.apache.org/fop/compliance.html


2013/5/17 Harshini Madurapperuma 

>  Hi Luis
>
> ** **
>
> Thanks for your quick response.
>
> ** **
>
> There is no link which exactly says it works in FOP 0.20.5, but following
> forum says when you use border-collapse="collapse" in the table level it
> works the TableRow borders. I just want to know whether this supports in
> latest version of FOP but not in the older version which I'm using.
>
> ** **
>
> And the property border collapse is there in the 0.20.5 version as well:
> http://www.jarfinder.com/index.php/java/info/org.apache.fop.fo.properties.BorderCollapseMaker
> 
>
> ** **
>
> ** **
>
>
> http://apache-fop.1065347.n5.nabble.com/Table-borders-half-thickness-for-spanned-columns-td12775.html
> 
>
>
> http://apache-fop.1065347.n5.nabble.com/Confusion-about-border-collapse-td16799.html
> 
>
> http://osdir.com/ml/text.xml.fop.user/2002-05/msg00291.html
>
>
> http://apache-fop.1065347.n5.nabble.com/border-collapse-quot-collapse-quot-td5261.html
> 
>
> ** **
>
> ** **
>
> Regards
>
> Harshini
>
> ** **
>
> *From:* Luis Bernardo [mailto:lmpmberna...@gmail.com]
> *Sent:* Thursday, May 16, 2013 11:43 PM
> *To:* fop-users@xmlgraphics.apache.org
> *Subject:* Re: Borders and Padding in TableRows
>
> ** **
>
>
> It does not work. Can you provide a link to the forum discussion where you
> saw that?
>
> On 5/16/13 12:34 PM, Harshini Madurapperuma wrote:
>
> Hi All,
>
>  
>
> Currently I'm using FOP 0.20.5 version which is quite old. Anyway in the
> forums I came across that borders for TableRow works when the property
> border-collapse="collapse" is there in table properties. But in this
> version 0.20.5 even though I use border-collapse="collapse" in table
> properties, borders for tableRow's seems not been applied.
>
>  
>
> Can you please confirm whether this works in the version FOP 0.20.5.
>
>  
>
> My FO tags are as follows:
>
>  
>
>  table-layout="fixed" top="0cm"  >
> 
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>border-style="solid" border-width="2pt" >
>
>  
>
> 
>
> ..
>
> .
>
> ..
>
> 
>
> .
>
>  
>
> Thanks
>
> Harshini
>
>  
>
> ** **
>  --
>
> Confidentiality notice and disclaimer
> This e-mail is private and may contain confidential information. You must
> not use, disclose, or retain any of its content if you have received it in
> error: please notify its sender and then delete it. Any views or opinions
> expressed in this e-mail are strictly those of its author. We do not accept
> liability for the consequences of any data corruption, interception,
> tampering, or virus.
>
> 
>
> ** **
>
> --
> Confidentiality notice and disclaimer
> This e-mail is private and may contain confidential information. You must
> not use, disclose, or retain any of its content if you have received it in
> error: please notify its sender and then delete it. Any views or opinions
> expressed in this e-mail are strictly those of its author. We do not accept
> liability for the consequences of any data corruption, interception,
> tampering, or virus.
>
>


-- 
pascal


RE: Borders and Padding in TableRows

2013-05-17 Thread Harshini Madurapperuma
Hi Luis

Thanks for your quick response.

There is no link which exactly says it works in FOP 0.20.5, but following forum 
says when you use border-collapse="collapse" in the table level it works the 
TableRow borders. I just want to know whether this supports in latest version 
of FOP but not in the older version which I'm using.

And the property border collapse is there in the 0.20.5 version as well: 
http://www.jarfinder.com/index.php/java/info/org.apache.fop.fo.properties.BorderCollapseMaker


http://apache-fop.1065347.n5.nabble.com/Table-borders-half-thickness-for-spanned-columns-td12775.html
http://apache-fop.1065347.n5.nabble.com/Confusion-about-border-collapse-td16799.html
http://osdir.com/ml/text.xml.fop.user/2002-05/msg00291.html
http://apache-fop.1065347.n5.nabble.com/border-collapse-quot-collapse-quot-td5261.html


Regards
Harshini

From: Luis Bernardo [mailto:lmpmberna...@gmail.com]
Sent: Thursday, May 16, 2013 11:43 PM
To: fop-users@xmlgraphics.apache.org
Subject: Re: Borders and Padding in TableRows


It does not work. Can you provide a link to the forum discussion where you saw 
that?

On 5/16/13 12:34 PM, Harshini Madurapperuma wrote:
Hi All,

Currently I'm using FOP 0.20.5 version which is quite old. Anyway in the forums 
I came across that borders for TableRow works when the property 
border-collapse="collapse" is there in table properties. But in this version 
0.20.5 even though I use border-collapse="collapse" in table properties, 
borders for tableRow's seems not been applied.

Can you please confirm whether this works in the version FOP 0.20.5.

My FO tags are as follows:


   
   
   
   
   
   
   
  
 

..
.
..

.

Thanks
Harshini



Confidentiality notice and disclaimer
This e-mail is private and may contain confidential information. You must not 
use, disclose, or retain any of its content if you have received it in error: 
please notify its sender and then delete it. Any views or opinions expressed in 
this e-mail are strictly those of its author. We do not accept liability for 
the consequences of any data corruption, interception, tampering, or virus.




Confidentiality notice and disclaimer
This e-mail is private and may contain confidential information. You must not 
use, disclose, or retain any of its content if you have received it in error: 
please notify its sender and then delete it. Any views or opinions expressed in 
this e-mail are strictly those of its author. We do not accept liability for 
the consequences of any data corruption, interception, tampering, or virus.



Re: Borders and Padding in TableRows

2013-05-16 Thread Luis Bernardo


It does not work. Can you provide a link to the forum discussion where 
you saw that?


On 5/16/13 12:34 PM, Harshini Madurapperuma wrote:


Hi All,

Currently I'm using FOP 0.20.5 version which is quite old. Anyway in 
the forums I came across that borders for TableRow works when the 
property border-collapse="collapse" is there in table properties. But 
in this version 0.20.5 even though I use border-collapse="collapse" in 
table properties, borders for tableRow's seems not been applied.


Can you please confirm whether this works in the version FOP 0.20.5.

My FO tags are as follows:

 left="0cm" table-layout="fixed" top="0cm"  >


   

   

   

   

   

   

   

  border-style="solid" border-width="2pt" >


 



..

.

..



.

Thanks

Harshini



Confidentiality notice and disclaimer
This e-mail is private and may contain confidential information. You 
must not use, disclose, or retain any of its content if you have 
received it in error: please notify its sender and then delete it. Any 
views or opinions expressed in this e-mail are strictly those of its 
author. We do not accept liability for the consequences of any data 
corruption, interception, tampering, or virus.