On Mon, 2002-07-08 at 15:14, Baptiste Burgaud wrote: > True! Actually I surfed again fop website and I found > http://xml.apache.org/fop/design/understanding/renderers.html where is > explained how to add a new renderer. So it's what I'm doing to get this Area > you talked about. This should work and seems "cleaner" to me than rebuiding > fop. I will simply call the render method of a "fake" driver with some > sample data (the table first column) and then use the real driver. The table > area must be the highest AreaContainer. Does all of this seems correct to > you?
That is something that could work for your situation. You can get the information from each area and change it on the area that needs to be placed in a particular position. Not a method I would normally recommend but if you have to do it. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]