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
s PDFRenderer
{
public void renderAreaContainer(AreaContainer area)
{
//some code to handle size...
super.renderAreaContainer(area);
}
}
- Original Message -
From: "Keiron Liddle" <[EMAIL PROTECTED]>
To: "FOP" <[EMAIL PROTECTED]>
Sent: Monday, J
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