Hi,
I understand now what you want.
For that, you need to set row height.

This can be computed at XSLT stage:
<xsl:variable name="rowHeigh"
    value="concat($availableHeight div count($myInputData/row), 'pt')"/>
...
<fo:row height="{$rowHeigh}">
    ...
</fo:row>

2015-02-16 6:14 GMT+01:00 fop_ag <nithinurs.venugopalraj...@arisglobal.com>:
> Hi,
>
> I've attached a snapshot which gives pictorial representation of the
> problem.
>
> problem.jpg
> <http://apache-fop.1065347.n5.nabble.com/file/n41769/problem.jpg>
>
>
>
> --
> View this message in context: 
> http://apache-fop.1065347.n5.nabble.com/Re-Fixing-the-table-height-tp41699p41769.html
> Sent from the FOP - Users mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
> For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org
>



-- 
pascal

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org

Reply via email to