You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-users@xmlgraphics.apache.org by Arun Kumar <ar...@ebusinessware.com> on 2007/04/02 09:27:39 UTC

Table cell border fop-0.20.5

I am trying to do the following 
< fo:table-cell
         border-left-color="green"  border-left-style="dotted"
         border-top-color="red"  border-top-style="dotted"
         border-right-color="blue"  border-right-style="dotted"
         border-bottom-color="yellow" border-bottom-style="dotted"
>
in fop-0.20.5 , also tried the dashed but it is taking only solid as border of cell, is it a know bug or i am missing some thing , is there any work around for it.
regards
Arun