Guest LordMM Posted October 15, 2009 Report Share Posted October 15, 2009 Hello,i've created a asp.net website. In one oy my sites i use appache.fop.net to geneate pdfs of the grids data on this site.Everythings works fine.Now i want to format my pdf with some borders ...If i try to set borders on fo:table-cell ... everything works a expected.If i try to set borders on fo:table-row ... nothing happened.I looked here on W3Schools Objects Reference.I found there same properties for fo:table-cell and fo:table-row.Is it possible to use bordersettings on fo:table-row ?Thanks.Juergen Link to comment Share on other sites More sharing options...
boen_robot Posted October 18, 2009 Report Share Posted October 18, 2009 (edited) I think it behaves the same as in HTML and CSS. The border you specify in a row is instead inhereted over all cells on that row, but not on the row itself. I realize what you want, but I have no idea how to do it.... something like "outline" maybe? Edited October 18, 2009 by boen_robot Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now