IIUC, you want to distribute vertical space between some blocks? If this is the case, you don't need fo:table anymore. As suggested, use a fo:block-container having fixed height; then inside use any king of block-objetcts, with "elastic spacing"; that can be achieved playing with block-progression-dimension.minimum, b-p-d.optimum, and b-p-d.maximum properties.
There is also a new extension comming with FOP next, allowing alternate content, depending on remaining white-space. Those 2 features (elastic spacing, alternate content) should meet your wishes, perhaps. 2015-02-12 12:43 GMT+01:00 fop_ag <nithinurs.venugopalraj...@arisglobal.com>: > Hi Luis, > > Yes i wanted to have a table of fixed height, so that irrespective of no of > rows that is present within that table the height should be same. > > If a table has capacity to accomadate 10 rows of data, with old fop if > there were only 5 rows existed table height would remain constant, but with > newer fop the table height is not constant, entire table looks like > collapsed. > > > > -- > View this message in context: > http://apache-fop.1065347.n5.nabble.com/Re-Fixing-the-table-height-tp41699p41746.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