Re: how to use org.apache.fop.layout.AreaTree

2002-07-08 Thread Keiron Liddle
Hi Baptiste, What exactly are you trying to achieve. If you want to find out the size of the table that is only known at layout time. The layout is done at the end of the page sequence so if you are hoping to alter some fo object (through SAX or whatever) after the table is laid out then it will

Re: how to use org.apache.fop.layout.AreaTree

2002-07-08 Thread Baptiste Burgaud
code to handle size... super.renderAreaContainer(area); } } - Original Message - From: Keiron Liddle [EMAIL PROTECTED] To: FOP [EMAIL PROTECTED] Sent: Monday, July 08, 2002 12:27 PM Subject: Re: how to use org.apache.fop.layout.AreaTree Hi Baptiste, What exactly are you trying

Re: how to use org.apache.fop.layout.AreaTree

2002-07-08 Thread Keiron Liddle
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